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

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

Uses of OpenejbWebServiceSecurityType in org.openejb.xbeans.ejbjar
 

Methods in org.openejb.xbeans.ejbjar that return OpenejbWebServiceSecurityType
 OpenejbWebServiceSecurityType OpenejbSessionBeanType.getWebServiceSecurity()
          Gets the "web-service-security" element
 OpenejbWebServiceSecurityType OpenejbSessionBeanType.addNewWebServiceSecurity()
          Appends and returns a new empty "web-service-security" element
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.newInstance()
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.newInstance(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(File file)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(File file, 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(InputStream is)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(InputStream is, 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(javax.xml.stream.XMLStreamReader sr)
           
static OpenejbWebServiceSecurityType OpenejbWebServiceSecurityType.Factory.parse(javax.xml.stream.XMLStreamReader sr, 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(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
 

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

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

Classes in org.openejb.xbeans.ejbjar.impl that implement OpenejbWebServiceSecurityType
 class OpenejbWebServiceSecurityTypeImpl
          An XML web-service-securityType(@http://www.openejb.org/xml/ns/openejb-jar-2.1).
 

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

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



Copyright © 1999-2006 OpenEJB. All Rights Reserved.