Uses of Interface
org.apache.geronimo.xbeans.j2ee.ActivationspecType

Packages that use ActivationspecType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

Uses of ActivationspecType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return ActivationspecType
 ActivationspecType MessagelistenerType.getActivationspec()
          Gets the "activationspec" element
 ActivationspecType MessagelistenerType.addNewActivationspec()
          Appends and returns a new empty "activationspec" element
static ActivationspecType ActivationspecType.Factory.newInstance()
           
static ActivationspecType ActivationspecType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ActivationspecType ActivationspecType.Factory.parse(String s)
           
static ActivationspecType ActivationspecType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static ActivationspecType ActivationspecType.Factory.parse(File f)
           
static ActivationspecType ActivationspecType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static ActivationspecType ActivationspecType.Factory.parse(URL u)
           
static ActivationspecType ActivationspecType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ActivationspecType ActivationspecType.Factory.parse(InputStream is)
           
static ActivationspecType ActivationspecType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ActivationspecType ActivationspecType.Factory.parse(Reader r)
           
static ActivationspecType ActivationspecType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ActivationspecType ActivationspecType.Factory.parse(Node node)
           
static ActivationspecType ActivationspecType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ActivationspecType ActivationspecType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static ActivationspecType ActivationspecType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type ActivationspecType
 void MessagelistenerType.setActivationspec(ActivationspecType activationspec)
          Sets the "activationspec" element
 

Uses of ActivationspecType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ActivationspecType
 class ActivationspecTypeImpl
          An XML activationspecType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return ActivationspecType
 ActivationspecType MessagelistenerTypeImpl.getActivationspec()
          Gets the "activationspec" element
 ActivationspecType MessagelistenerTypeImpl.addNewActivationspec()
          Appends and returns a new empty "activationspec" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type ActivationspecType
 void MessagelistenerTypeImpl.setActivationspec(ActivationspecType activationspec)
          Sets the "activationspec" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.