|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublisherAssertion | |
---|---|
org.apache.ws.scout.registry | |
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl | |
org.apache.ws.scout.util |
Uses of PublisherAssertion in org.apache.ws.scout.registry |
---|
Methods in org.apache.ws.scout.registry with parameters of type PublisherAssertion | |
---|---|
DispositionReport |
IRegistry.deletePublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray)
|
DispositionReport |
RegistryImpl.deletePublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray)
|
PublisherAssertions |
IRegistry.setPublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray)
|
PublisherAssertions |
RegistryImpl.setPublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray)
|
Uses of PublisherAssertion in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return PublisherAssertion | |
---|---|
PublisherAssertion |
DeletePublisherAssertions.addNewPublisherAssertion()
Appends and returns a new empty value (as xml) as the last "publisherAssertion" element |
PublisherAssertion |
SetPublisherAssertions.addNewPublisherAssertion()
Appends and returns a new empty value (as xml) as the last "publisherAssertion" element |
PublisherAssertion |
PublisherAssertions.addNewPublisherAssertion()
Appends and returns a new empty value (as xml) as the last "publisherAssertion" element |
PublisherAssertion |
AddPublisherAssertions.addNewPublisherAssertion()
Appends and returns a new empty value (as xml) as the last "publisherAssertion" element |
PublisherAssertion |
PublisherAssertionDocument.addNewPublisherAssertion()
Appends and returns a new empty "publisherAssertion" element |
PublisherAssertion |
PublisherAssertionDocument.getPublisherAssertion()
Gets the "publisherAssertion" element |
PublisherAssertion[] |
DeletePublisherAssertions.getPublisherAssertionArray()
Gets array of all "publisherAssertion" elements |
PublisherAssertion[] |
SetPublisherAssertions.getPublisherAssertionArray()
Gets array of all "publisherAssertion" elements |
PublisherAssertion[] |
PublisherAssertions.getPublisherAssertionArray()
Gets array of all "publisherAssertion" elements |
PublisherAssertion[] |
AddPublisherAssertions.getPublisherAssertionArray()
Gets array of all "publisherAssertion" elements |
PublisherAssertion |
DeletePublisherAssertions.getPublisherAssertionArray(int i)
Gets ith "publisherAssertion" element |
PublisherAssertion |
SetPublisherAssertions.getPublisherAssertionArray(int i)
Gets ith "publisherAssertion" element |
PublisherAssertion |
PublisherAssertions.getPublisherAssertionArray(int i)
Gets ith "publisherAssertion" element |
PublisherAssertion |
AddPublisherAssertions.getPublisherAssertionArray(int i)
Gets ith "publisherAssertion" element |
PublisherAssertion |
DeletePublisherAssertions.insertNewPublisherAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "publisherAssertion" element |
PublisherAssertion |
SetPublisherAssertions.insertNewPublisherAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "publisherAssertion" element |
PublisherAssertion |
PublisherAssertions.insertNewPublisherAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "publisherAssertion" element |
PublisherAssertion |
AddPublisherAssertions.insertNewPublisherAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "publisherAssertion" element |
static PublisherAssertion |
PublisherAssertion.Factory.newInstance()
|
static PublisherAssertion |
PublisherAssertion.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(File file)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(InputStream is)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(Node node)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(Reader r)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(String xmlAsString)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(URL u)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static PublisherAssertion |
PublisherAssertion.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static PublisherAssertion |
PublisherAssertion.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static PublisherAssertion |
PublisherAssertion.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.ws.scout.uddi with parameters of type PublisherAssertion | |
---|---|
void |
PublisherAssertionDocument.setPublisherAssertion(PublisherAssertion publisherAssertion)
Sets the "publisherAssertion" element |
void |
DeletePublisherAssertions.setPublisherAssertionArray(int i,
PublisherAssertion publisherAssertion)
Sets ith "publisherAssertion" element |
void |
SetPublisherAssertions.setPublisherAssertionArray(int i,
PublisherAssertion publisherAssertion)
Sets ith "publisherAssertion" element |
void |
PublisherAssertions.setPublisherAssertionArray(int i,
PublisherAssertion publisherAssertion)
Sets ith "publisherAssertion" element |
void |
AddPublisherAssertions.setPublisherAssertionArray(int i,
PublisherAssertion publisherAssertion)
Sets ith "publisherAssertion" element |
void |
DeletePublisherAssertions.setPublisherAssertionArray(PublisherAssertion[] publisherAssertionArray)
Sets array of all "publisherAssertion" element |
void |
SetPublisherAssertions.setPublisherAssertionArray(PublisherAssertion[] publisherAssertionArray)
Sets array of all "publisherAssertion" element |
void |
PublisherAssertions.setPublisherAssertionArray(PublisherAssertion[] publisherAssertionArray)
Sets array of all "publisherAssertion" element |
void |
AddPublisherAssertions.setPublisherAssertionArray(PublisherAssertion[] publisherAssertionArray)
Sets array of all "publisherAssertion" element |
Uses of PublisherAssertion in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement PublisherAssertion | |
---|---|
class |
PublisherAssertionImpl
An XML publisherAssertion(@urn:uddi-org:api_v2). |
Methods in org.apache.ws.scout.uddi.impl that return PublisherAssertion | |
---|---|
PublisherAssertion |
PublisherAssertionsImpl.addNewPublisherAssertion()
Appends and returns a new empty value (as xml) as the last "publisherAssertion" element |
PublisherAssertion |
SetPublisherAssertionsImpl.addNewPublisherAssertion()
Appends and returns a new empty value (as xml) as the last "publisherAssertion" element |
PublisherAssertion |
DeletePublisherAssertionsImpl.addNewPublisherAssertion()
Appends and returns a new empty value (as xml) as the last "publisherAssertion" element |
PublisherAssertion |
AddPublisherAssertionsImpl.addNewPublisherAssertion()
Appends and returns a new empty value (as xml) as the last "publisherAssertion" element |
PublisherAssertion |
PublisherAssertionDocumentImpl.addNewPublisherAssertion()
Appends and returns a new empty "publisherAssertion" element |
PublisherAssertion |
PublisherAssertionDocumentImpl.getPublisherAssertion()
Gets the "publisherAssertion" element |
PublisherAssertion[] |
PublisherAssertionsImpl.getPublisherAssertionArray()
Gets array of all "publisherAssertion" elements |
PublisherAssertion[] |
SetPublisherAssertionsImpl.getPublisherAssertionArray()
Gets array of all "publisherAssertion" elements |
PublisherAssertion[] |
DeletePublisherAssertionsImpl.getPublisherAssertionArray()
Gets array of all "publisherAssertion" elements |
PublisherAssertion[] |
AddPublisherAssertionsImpl.getPublisherAssertionArray()
Gets array of all "publisherAssertion" elements |
PublisherAssertion |
PublisherAssertionsImpl.getPublisherAssertionArray(int i)
Gets ith "publisherAssertion" element |
PublisherAssertion |
SetPublisherAssertionsImpl.getPublisherAssertionArray(int i)
Gets ith "publisherAssertion" element |
PublisherAssertion |
DeletePublisherAssertionsImpl.getPublisherAssertionArray(int i)
Gets ith "publisherAssertion" element |
PublisherAssertion |
AddPublisherAssertionsImpl.getPublisherAssertionArray(int i)
Gets ith "publisherAssertion" element |
PublisherAssertion |
PublisherAssertionsImpl.insertNewPublisherAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "publisherAssertion" element |
PublisherAssertion |
SetPublisherAssertionsImpl.insertNewPublisherAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "publisherAssertion" element |
PublisherAssertion |
DeletePublisherAssertionsImpl.insertNewPublisherAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "publisherAssertion" element |
PublisherAssertion |
AddPublisherAssertionsImpl.insertNewPublisherAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "publisherAssertion" element |
Methods in org.apache.ws.scout.uddi.impl with parameters of type PublisherAssertion | |
---|---|
void |
PublisherAssertionDocumentImpl.setPublisherAssertion(PublisherAssertion publisherAssertion)
Sets the "publisherAssertion" element |
void |
PublisherAssertionsImpl.setPublisherAssertionArray(int i,
PublisherAssertion publisherAssertion)
Sets ith "publisherAssertion" element |
void |
SetPublisherAssertionsImpl.setPublisherAssertionArray(int i,
PublisherAssertion publisherAssertion)
Sets ith "publisherAssertion" element |
void |
DeletePublisherAssertionsImpl.setPublisherAssertionArray(int i,
PublisherAssertion publisherAssertion)
Sets ith "publisherAssertion" element |
void |
AddPublisherAssertionsImpl.setPublisherAssertionArray(int i,
PublisherAssertion publisherAssertion)
Sets ith "publisherAssertion" element |
void |
PublisherAssertionsImpl.setPublisherAssertionArray(PublisherAssertion[] publisherAssertionArray)
Sets array of all "publisherAssertion" element |
void |
SetPublisherAssertionsImpl.setPublisherAssertionArray(PublisherAssertion[] publisherAssertionArray)
Sets array of all "publisherAssertion" element |
void |
DeletePublisherAssertionsImpl.setPublisherAssertionArray(PublisherAssertion[] publisherAssertionArray)
Sets array of all "publisherAssertion" element |
void |
AddPublisherAssertionsImpl.setPublisherAssertionArray(PublisherAssertion[] publisherAssertionArray)
Sets array of all "publisherAssertion" element |
Uses of PublisherAssertion in org.apache.ws.scout.util |
---|
Methods in org.apache.ws.scout.util that return PublisherAssertion | |
---|---|
static PublisherAssertion |
ScoutJaxrUddiHelper.getPubAssertionFromJAXRAssociation(Association assc)
|
static PublisherAssertion |
ScoutJaxrUddiHelper.getPubAssertionFromJAXRAssociationKey(String key)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |