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

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

Uses of OpenejbActivationConfigType in org.openejb.xbeans.ejbjar
 

Methods in org.openejb.xbeans.ejbjar that return OpenejbActivationConfigType
 OpenejbActivationConfigType OpenejbMessageDrivenBeanType.getActivationConfig()
          Gets the "activation-config" element
 OpenejbActivationConfigType OpenejbMessageDrivenBeanType.addNewActivationConfig()
          Appends and returns a new empty "activation-config" element
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.newInstance()
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(String xmlAsString)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(File file)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(URL u)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(InputStream is)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(Reader r)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(Node node)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbActivationConfigType OpenejbActivationConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static OpenejbActivationConfigType OpenejbActivationConfigType.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 OpenejbActivationConfigType
 void OpenejbMessageDrivenBeanType.setActivationConfig(OpenejbActivationConfigType activationConfig)
          Sets the "activation-config" element
 

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

Classes in org.openejb.xbeans.ejbjar.impl that implement OpenejbActivationConfigType
 class OpenejbActivationConfigTypeImpl
          An XML activation-configType(@http://www.openejb.org/xml/ns/openejb-jar-2.1).
 

Methods in org.openejb.xbeans.ejbjar.impl that return OpenejbActivationConfigType
 OpenejbActivationConfigType OpenejbMessageDrivenBeanTypeImpl.getActivationConfig()
          Gets the "activation-config" element
 OpenejbActivationConfigType OpenejbMessageDrivenBeanTypeImpl.addNewActivationConfig()
          Appends and returns a new empty "activation-config" element
 

Methods in org.openejb.xbeans.ejbjar.impl with parameters of type OpenejbActivationConfigType
 void OpenejbMessageDrivenBeanTypeImpl.setActivationConfig(OpenejbActivationConfigType activationConfig)
          Sets the "activation-config" element
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.