|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TPort | |
---|---|
org.apache.geronimo.xbeans.wsdl | |
org.apache.geronimo.xbeans.wsdl.impl |
Uses of TPort in org.apache.geronimo.xbeans.wsdl |
---|
Methods in org.apache.geronimo.xbeans.wsdl that return TPort | |
---|---|
TPort |
TService.addNewPort()
Appends and returns a new empty value (as xml) as the last "port" element |
TPort[] |
TService.getPortArray()
Gets array of all "port" elements |
TPort |
TService.getPortArray(int i)
Gets ith "port" element |
TPort |
TService.insertNewPort(int i)
Inserts and returns a new empty value (as xml) as the ith "port" element |
static TPort |
TPort.Factory.newInstance()
|
static TPort |
TPort.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TPort |
TPort.Factory.parse(File file)
|
static TPort |
TPort.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static TPort |
TPort.Factory.parse(InputStream is)
|
static TPort |
TPort.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TPort |
TPort.Factory.parse(Node node)
|
static TPort |
TPort.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TPort |
TPort.Factory.parse(Reader r)
|
static TPort |
TPort.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TPort |
TPort.Factory.parse(String xmlAsString)
|
static TPort |
TPort.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TPort |
TPort.Factory.parse(URL u)
|
static TPort |
TPort.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TPort |
TPort.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TPort |
TPort.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TPort |
TPort.Factory.parse(XMLStreamReader sr)
|
static TPort |
TPort.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.geronimo.xbeans.wsdl with parameters of type TPort | |
---|---|
void |
TService.setPortArray(int i,
TPort port)
Sets ith "port" element |
void |
TService.setPortArray(TPort[] portArray)
Sets array of all "port" element |
Uses of TPort in org.apache.geronimo.xbeans.wsdl.impl |
---|
Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TPort | |
---|---|
class |
TPortImpl
An XML tPort(@http://schemas.xmlsoap.org/wsdl/). |
Methods in org.apache.geronimo.xbeans.wsdl.impl that return TPort | |
---|---|
TPort |
TServiceImpl.addNewPort()
Appends and returns a new empty value (as xml) as the last "port" element |
TPort[] |
TServiceImpl.getPortArray()
Gets array of all "port" elements |
TPort |
TServiceImpl.getPortArray(int i)
Gets ith "port" element |
TPort |
TServiceImpl.insertNewPort(int i)
Inserts and returns a new empty value (as xml) as the ith "port" element |
Methods in org.apache.geronimo.xbeans.wsdl.impl with parameters of type TPort | |
---|---|
void |
TServiceImpl.setPortArray(int i,
TPort port)
Sets ith "port" element |
void |
TServiceImpl.setPortArray(TPort[] portArray)
Sets array of all "port" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |