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

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

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

Methods in org.apache.servicemix.geronimo.deployment that return SMJbiType
 SMJbiType SMJbiDocument.addNewJbi()
          Appends and returns a new empty "jbi" element
 SMJbiType SMJbiDocument.getJbi()
          Gets the "jbi" element
static SMJbiType SMJbiType.Factory.newInstance()
           
static SMJbiType SMJbiType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SMJbiType SMJbiType.Factory.parse(File file)
           
static SMJbiType SMJbiType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SMJbiType SMJbiType.Factory.parse(InputStream is)
           
static SMJbiType SMJbiType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SMJbiType SMJbiType.Factory.parse(Node node)
           
static SMJbiType SMJbiType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SMJbiType SMJbiType.Factory.parse(Reader r)
           
static SMJbiType SMJbiType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SMJbiType SMJbiType.Factory.parse(String xmlAsString)
           
static SMJbiType SMJbiType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SMJbiType SMJbiType.Factory.parse(URL u)
           
static SMJbiType SMJbiType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SMJbiType SMJbiType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SMJbiType SMJbiType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SMJbiType SMJbiType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static SMJbiType SMJbiType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.servicemix.geronimo.deployment with parameters of type SMJbiType
 void SMJbiDocument.setJbi(SMJbiType jbi)
          Sets the "jbi" element
 

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

Classes in org.apache.servicemix.geronimo.deployment.impl that implement SMJbiType
 class SMJbiTypeImpl
          An XML jbi-type(@http://servicemix.apache.org/xml/ns/jbi-1.0).
 

Methods in org.apache.servicemix.geronimo.deployment.impl that return SMJbiType
 SMJbiType SMJbiDocumentImpl.addNewJbi()
          Appends and returns a new empty "jbi" element
 SMJbiType SMJbiDocumentImpl.getJbi()
          Gets the "jbi" element
 

Methods in org.apache.servicemix.geronimo.deployment.impl with parameters of type SMJbiType
 void SMJbiDocumentImpl.setJbi(SMJbiType jbi)
          Sets the "jbi" element
 



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