|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivationConfigType | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl |
Uses of ActivationConfigType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return ActivationConfigType | |
ActivationConfigType |
MessageDrivenBeanType.getActivationConfig()
Gets the "activation-config" element |
ActivationConfigType |
MessageDrivenBeanType.addNewActivationConfig()
Appends and returns a new empty "activation-config" element |
static ActivationConfigType |
ActivationConfigType.Factory.newInstance()
|
static ActivationConfigType |
ActivationConfigType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(String s)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(File f)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(URL u)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(InputStream is)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(Reader r)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(Node node)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static ActivationConfigType |
ActivationConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.geronimo.xbeans.ejb with parameters of type ActivationConfigType | |
void |
MessageDrivenBeanType.setActivationConfig(ActivationConfigType activationConfig)
Sets the "activation-config" element |
Uses of ActivationConfigType in org.apache.geronimo.xbeans.ejb.impl |
Classes in org.apache.geronimo.xbeans.ejb.impl that implement ActivationConfigType | |
class |
ActivationConfigTypeImpl
An XML activation-configType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.ejb.impl that return ActivationConfigType | |
ActivationConfigType |
MessageDrivenBeanTypeImpl.getActivationConfig()
Gets the "activation-config" element |
ActivationConfigType |
MessageDrivenBeanTypeImpl.addNewActivationConfig()
Appends and returns a new empty "activation-config" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type ActivationConfigType | |
void |
MessageDrivenBeanTypeImpl.setActivationConfig(ActivationConfigType activationConfig)
Sets the "activation-config" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |