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

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

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

Methods in org.apache.geronimo.xbeans.geronimo.naming that return GerPortType
 GerPortType GerServiceRefType.addNewPort()
          Appends and returns a new empty value (as xml) as the last "port" element
 GerPortType GerPortCompletionType.addNewPort()
          Appends and returns a new empty "port" element
 GerPortType GerPortCompletionType.getPort()
          Gets the "port" element
 GerPortType[] GerServiceRefType.getPortArray()
          Gets array of all "port" elements
 GerPortType GerServiceRefType.getPortArray(int i)
          Gets ith "port" element
 GerPortType GerServiceRefType.insertNewPort(int i)
          Inserts and returns a new empty value (as xml) as the ith "port" element
static GerPortType GerPortType.Factory.newInstance()
           
static GerPortType GerPortType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerPortType GerPortType.Factory.parse(File file)
           
static GerPortType GerPortType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerPortType GerPortType.Factory.parse(InputStream is)
           
static GerPortType GerPortType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerPortType GerPortType.Factory.parse(Node node)
           
static GerPortType GerPortType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerPortType GerPortType.Factory.parse(Reader r)
           
static GerPortType GerPortType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerPortType GerPortType.Factory.parse(String xmlAsString)
           
static GerPortType GerPortType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerPortType GerPortType.Factory.parse(URL u)
           
static GerPortType GerPortType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerPortType GerPortType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerPortType GerPortType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerPortType GerPortType.Factory.parse(XMLStreamReader sr)
           
static GerPortType GerPortType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerPortType
 void GerPortCompletionType.setPort(GerPortType port)
          Sets the "port" element
 void GerServiceRefType.setPortArray(GerPortType[] portArray)
          Sets array of all "port" element
 void GerServiceRefType.setPortArray(int i, GerPortType port)
          Sets ith "port" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerPortType
 class GerPortTypeImpl
          An XML portType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerPortType
 GerPortType GerServiceRefTypeImpl.addNewPort()
          Appends and returns a new empty value (as xml) as the last "port" element
 GerPortType GerPortCompletionTypeImpl.addNewPort()
          Appends and returns a new empty "port" element
 GerPortType GerPortCompletionTypeImpl.getPort()
          Gets the "port" element
 GerPortType[] GerServiceRefTypeImpl.getPortArray()
          Gets array of all "port" elements
 GerPortType GerServiceRefTypeImpl.getPortArray(int i)
          Gets ith "port" element
 GerPortType GerServiceRefTypeImpl.insertNewPort(int i)
          Inserts and returns a new empty value (as xml) as the ith "port" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerPortType
 void GerPortCompletionTypeImpl.setPort(GerPortType port)
          Sets the "port" element
 void GerServiceRefTypeImpl.setPortArray(GerPortType[] portArray)
          Sets array of all "port" element
 void GerServiceRefTypeImpl.setPortArray(int i, GerPortType port)
          Sets ith "port" element
 



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