|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FindTModel | |
---|---|
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl |
Uses of FindTModel in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return FindTModel | |
---|---|
FindTModel |
FindTModelDocument.addNewFindTModel()
Appends and returns a new empty "find_tModel" element |
FindTModel |
FindTModelDocument.getFindTModel()
Gets the "find_tModel" element |
static FindTModel |
FindTModel.Factory.newInstance()
|
static FindTModel |
FindTModel.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static FindTModel |
FindTModel.Factory.parse(File file)
|
static FindTModel |
FindTModel.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static FindTModel |
FindTModel.Factory.parse(InputStream is)
|
static FindTModel |
FindTModel.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static FindTModel |
FindTModel.Factory.parse(Node node)
|
static FindTModel |
FindTModel.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static FindTModel |
FindTModel.Factory.parse(Reader r)
|
static FindTModel |
FindTModel.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static FindTModel |
FindTModel.Factory.parse(String xmlAsString)
|
static FindTModel |
FindTModel.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static FindTModel |
FindTModel.Factory.parse(URL u)
|
static FindTModel |
FindTModel.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static FindTModel |
FindTModel.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static FindTModel |
FindTModel.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static FindTModel |
FindTModel.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static FindTModel |
FindTModel.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.ws.scout.uddi with parameters of type FindTModel | |
---|---|
void |
FindTModelDocument.setFindTModel(FindTModel findTModel)
Sets the "find_tModel" element |
Uses of FindTModel in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement FindTModel | |
---|---|
class |
FindTModelImpl
An XML find_tModel(@urn:uddi-org:api_v2). |
Methods in org.apache.ws.scout.uddi.impl that return FindTModel | |
---|---|
FindTModel |
FindTModelDocumentImpl.addNewFindTModel()
Appends and returns a new empty "find_tModel" element |
FindTModel |
FindTModelDocumentImpl.getFindTModel()
Gets the "find_tModel" element |
Methods in org.apache.ws.scout.uddi.impl with parameters of type FindTModel | |
---|---|
void |
FindTModelDocumentImpl.setFindTModel(FindTModel findTModel)
Sets the "find_tModel" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |