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(java.io.File file)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(java.io.InputStream is)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(org.w3c.dom.Node node)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(java.io.Reader r)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(java.lang.String xmlAsString)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(java.net.URL u)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(javax.xml.stream.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-2012 The Apache Geronimo development community. All Rights Reserved.