Uses of Interface
org.apache.geronimo.openejb.xbeans.ejbjar.OpenejbWebServiceSecurityType

Packages that use OpenejbWebServiceSecurityType
org.apache.geronimo.openejb.xbeans.ejbjar   
org.apache.geronimo.openejb.xbeans.ejbjar.impl   
 

Uses of OpenejbWebServiceSecurityType in org.apache.geronimo.openejb.xbeans.ejbjar
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar that return OpenejbWebServiceSecurityType
 OpenejbWebServiceSecurityType OpenejbWebServiceBindingType.addNewWebServiceSecurity()
          Appends and returns a new empty "web-service-security" element
 OpenejbWebServiceSecurityType OpenejbWebServiceBindingType.getWebServiceSecurity()
          Gets the "web-service-security" element
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.newInstance()
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(File file)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(InputStream is)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(Node node)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(Reader r)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(String xmlAsString)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(URL u)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(XMLStreamReader sr)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar with parameters of type OpenejbWebServiceSecurityType
 void OpenejbWebServiceBindingType.setWebServiceSecurity(OpenejbWebServiceSecurityType webServiceSecurity)
          Sets the "web-service-security" element
 

Uses of OpenejbWebServiceSecurityType in org.apache.geronimo.openejb.xbeans.ejbjar.impl
 

Classes in org.apache.geronimo.openejb.xbeans.ejbjar.impl that implement OpenejbWebServiceSecurityType
 class OpenejbWebServiceSecurityTypeImpl
          An XML web-service-securityType(@http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0).
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl that return OpenejbWebServiceSecurityType
 OpenejbWebServiceSecurityType OpenejbWebServiceBindingTypeImpl.addNewWebServiceSecurity()
          Appends and returns a new empty "web-service-security" element
 OpenejbWebServiceSecurityType OpenejbWebServiceBindingTypeImpl.getWebServiceSecurity()
          Gets the "web-service-security" element
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl with parameters of type OpenejbWebServiceSecurityType
 void OpenejbWebServiceBindingTypeImpl.setWebServiceSecurity(OpenejbWebServiceSecurityType webServiceSecurity)
          Sets the "web-service-security" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.