|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.response.PublisherAssertions
PublisherAssertions represents a publisherAssertions response message. PublisherAssertions is a response to get_publisherAssertions request and the set_publisherAssertions message. Contains all of the relationship assertions made by the requesting publisher. This one structure contains all of the relationships recorded by the publisher.
PublisherAssertions can also be used as a collection of PublisherAssertion items. In that context, invoking the getGeneric(), getOperator() and getAuthorizedName() method throw a RuntimeException.
| Field Summary | |
protected AuthorizedName |
authorizedName
|
protected java.lang.String |
generic
The UDDI version in use. |
protected boolean |
isAResponse
Whether this is used as a collection or as a UDDI response. |
protected Operator |
operator
The characteristics of the Operator Site. |
protected java.util.Vector |
publisherAssertions
Vector containing the publisher assertions (PublisherAssertion objects). |
| Constructor Summary | |
PublisherAssertions()
PublisherAssertions default constructor. |
|
PublisherAssertions(java.lang.String generic,
Operator operator,
AuthorizedName authorizedName)
Deprecated. as of UDDI V3.0 |
|
| Method Summary | |
boolean |
add(PublisherAssertion publisherAssertion)
Adds a PublisherAssertion to this PublisherAssertion set. |
boolean |
equals(java.lang.Object o)
Tests an object for equality. |
AuthorizedName |
getAuthorizedName()
Deprecated. as of UDDI V3.0 |
java.lang.String |
getGeneric()
Deprecated. as of UDDI V3.0 |
Operator |
getOperator()
Deprecated. as of UDDI V3.0 |
PublisherAssertionIterator |
iterator()
Gets a PublisherAssertion iterator. |
boolean |
remove(PublisherAssertion publisherAssertion)
Removes a PublisherAssertion from this PublisherAssertion set. |
int |
size()
Gets the number of PublisherAssertions of this collection. |
PublisherAssertion[] |
toArray()
Turns this PublisherAssertions collection to a PublisherAssertion array. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Vector publisherAssertions
protected java.lang.String generic
protected Operator operator
protected AuthorizedName authorizedName
protected boolean isAResponse
| Constructor Detail |
public PublisherAssertions()
public PublisherAssertions(java.lang.String generic,
Operator operator,
AuthorizedName authorizedName)
| Method Detail |
public boolean add(PublisherAssertion publisherAssertion)
publisherAssertion - The PublisherAssertion to add to this
PublisherAssertion set.public boolean remove(PublisherAssertion publisherAssertion)
publisherAssertion - The PublisherAssertion to remove from this
PublisherAssertion set.public PublisherAssertionIterator iterator()
public PublisherAssertion[] toArray()
public int size()
public java.lang.String getGeneric()
public Operator getOperator()
public AuthorizedName getAuthorizedName()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||