Uses of Interface
org.apache.servicemix.geronimo.deployment.SMJbiDocument

Packages that use SMJbiDocument
org.apache.servicemix.geronimo   
org.apache.servicemix.geronimo.deployment   
org.apache.servicemix.geronimo.deployment.impl   
 

Uses of SMJbiDocument in org.apache.servicemix.geronimo
 

Methods in org.apache.servicemix.geronimo that return SMJbiDocument
 SMJbiDocument DeploymentPlanWrapper.getGeronimoPlan()
           
 

Methods in org.apache.servicemix.geronimo with parameters of type SMJbiDocument
 void DeploymentPlanWrapper.setGeronimoPlan(SMJbiDocument geronimoPlan)
           
 

Constructors in org.apache.servicemix.geronimo with parameters of type SMJbiDocument
DeploymentPlanWrapper(Descriptor descriptor, SMJbiDocument geronimoPlan)
           
 

Uses of SMJbiDocument in org.apache.servicemix.geronimo.deployment
 

Methods in org.apache.servicemix.geronimo.deployment that return SMJbiDocument
static SMJbiDocument SMJbiDocument.Factory.newInstance()
           
static SMJbiDocument SMJbiDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SMJbiDocument SMJbiDocument.Factory.parse(java.io.File file)
           
static SMJbiDocument SMJbiDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static SMJbiDocument SMJbiDocument.Factory.parse(java.io.InputStream is)
           
static SMJbiDocument SMJbiDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SMJbiDocument SMJbiDocument.Factory.parse(org.w3c.dom.Node node)
           
static SMJbiDocument SMJbiDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static SMJbiDocument SMJbiDocument.Factory.parse(java.io.Reader r)
           
static SMJbiDocument SMJbiDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SMJbiDocument SMJbiDocument.Factory.parse(java.lang.String xmlAsString)
           
static SMJbiDocument SMJbiDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SMJbiDocument SMJbiDocument.Factory.parse(java.net.URL u)
           
static SMJbiDocument SMJbiDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static SMJbiDocument SMJbiDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SMJbiDocument SMJbiDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SMJbiDocument SMJbiDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static SMJbiDocument SMJbiDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of SMJbiDocument in org.apache.servicemix.geronimo.deployment.impl
 

Classes in org.apache.servicemix.geronimo.deployment.impl that implement SMJbiDocument
 class SMJbiDocumentImpl
          A document containing one jbi(@http://servicemix.apache.org/xml/ns/jbi-1.0) element.
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.