|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
org.apache.ws.scout.registry | |
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl |
Uses of Result in org.apache.ws.scout.registry |
---|
Methods in org.apache.ws.scout.registry with parameters of type Result | |
---|---|
void |
RegistryException.addResult(Result result)
Adds a result instance to this Exception. |
Uses of Result in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return Result | |
---|---|
Result |
DispositionReport.addNewResult()
Appends and returns a new empty value (as xml) as the last "result" element |
Result |
ResultDocument.addNewResult()
Appends and returns a new empty "result" element |
Result |
ResultDocument.getResult()
Gets the "result" element |
Result[] |
DispositionReport.getResultArray()
Gets array of all "result" elements |
Result |
DispositionReport.getResultArray(int i)
Gets ith "result" element |
Result |
DispositionReport.insertNewResult(int i)
Inserts and returns a new empty value (as xml) as the ith "result" element |
static Result |
Result.Factory.newInstance()
|
static Result |
Result.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Result |
Result.Factory.parse(File file)
|
static Result |
Result.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static Result |
Result.Factory.parse(InputStream is)
|
static Result |
Result.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Result |
Result.Factory.parse(Node node)
|
static Result |
Result.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Result |
Result.Factory.parse(Reader r)
|
static Result |
Result.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Result |
Result.Factory.parse(String xmlAsString)
|
static Result |
Result.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Result |
Result.Factory.parse(URL u)
|
static Result |
Result.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Result |
Result.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Result |
Result.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Result |
Result.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Result |
Result.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.ws.scout.uddi with parameters of type Result | |
---|---|
void |
ResultDocument.setResult(Result result)
Sets the "result" element |
void |
DispositionReport.setResultArray(int i,
Result result)
Sets ith "result" element |
void |
DispositionReport.setResultArray(Result[] resultArray)
Sets array of all "result" element |
Uses of Result in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement Result | |
---|---|
class |
ResultImpl
An XML result(@urn:uddi-org:api_v2). |
Methods in org.apache.ws.scout.uddi.impl that return Result | |
---|---|
Result |
DispositionReportImpl.addNewResult()
Appends and returns a new empty value (as xml) as the last "result" element |
Result |
ResultDocumentImpl.addNewResult()
Appends and returns a new empty "result" element |
Result |
ResultDocumentImpl.getResult()
Gets the "result" element |
Result[] |
DispositionReportImpl.getResultArray()
Gets array of all "result" elements |
Result |
DispositionReportImpl.getResultArray(int i)
Gets ith "result" element |
Result |
DispositionReportImpl.insertNewResult(int i)
Inserts and returns a new empty value (as xml) as the ith "result" element |
Methods in org.apache.ws.scout.uddi.impl with parameters of type Result | |
---|---|
void |
ResultDocumentImpl.setResult(Result result)
Sets the "result" element |
void |
DispositionReportImpl.setResultArray(int i,
Result result)
Sets ith "result" element |
void |
DispositionReportImpl.setResultArray(Result[] resultArray)
Sets array of all "result" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |