|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FindServiceDocument | |
---|---|
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl |
Uses of FindServiceDocument in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return FindServiceDocument | |
---|---|
static FindServiceDocument |
FindServiceDocument.Factory.newInstance()
|
static FindServiceDocument |
FindServiceDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(File file)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(InputStream is)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(Node node)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(Reader r)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(String xmlAsString)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(URL u)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static FindServiceDocument |
FindServiceDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static FindServiceDocument |
FindServiceDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static FindServiceDocument |
FindServiceDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of FindServiceDocument in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement FindServiceDocument | |
---|---|
class |
FindServiceDocumentImpl
A document containing one find_service(@urn:uddi-org:api_v2) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |