Uses of Interface
org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationDocument

Packages that use GerMessageDestinationDocument
org.apache.geronimo.xbeans.geronimo.naming   
org.apache.geronimo.xbeans.geronimo.naming.impl   
 

Uses of GerMessageDestinationDocument in org.apache.geronimo.xbeans.geronimo.naming
 

Methods in org.apache.geronimo.xbeans.geronimo.naming that return GerMessageDestinationDocument
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.newInstance()
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(File file)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(InputStream is)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(Node node)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(Reader r)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(String xmlAsString)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(URL u)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(XMLStreamReader sr)
           
static GerMessageDestinationDocument GerMessageDestinationDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of GerMessageDestinationDocument in org.apache.geronimo.xbeans.geronimo.naming.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerMessageDestinationDocument
 class GerMessageDestinationDocumentImpl
          A document containing one message-destination(@http://geronimo.apache.org/xml/ns/naming-1.2) element.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.