public class SetPublisherAssertions extends UDDIElement
Element description:
This message is used to manage all of the tracked relationship assertions associated with an individual publisher account. The full set of assertions associated with a publisher is effectively replaced whenever this message is used. When this message is processed, the UDDI registry examines the publisher assertions for a given publisher account. It examines the assertions that were active prior to this API call and adds any new assertions that were not present to the assertions of the publisher account. Consequently, new relationships may be activated (e.g., status changed to complete), and existing relationships may be deactivated.
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Element |
base |
static java.lang.String |
UDDI_TAG |
GENERIC, SOAPNS, XMLNS, XMLNS_PREFIX
Constructor and Description |
---|
SetPublisherAssertions()
Default constructor.
|
SetPublisherAssertions(org.w3c.dom.Element base)
Construct the object from a DOM tree.
|
SetPublisherAssertions(java.lang.String authInfo,
java.util.Vector pubAssertVector)
Construct the object with required fields.
|
Modifier and Type | Method and Description |
---|---|
AuthInfo |
getAuthInfo() |
java.lang.String |
getAuthInfoString() |
java.util.Vector |
getPublisherAssertionVector() |
void |
saveToXML(org.w3c.dom.Element parent)
Save an object to the DOM tree.
|
void |
setAuthInfo(AuthInfo s) |
void |
setAuthInfo(java.lang.String s) |
void |
setPublisherAssertionVector(java.util.Vector pubAssertVector) |
getChildElementsByTagName, getText
public static final java.lang.String UDDI_TAG
protected org.w3c.dom.Element base
public SetPublisherAssertions()
public SetPublisherAssertions(org.w3c.dom.Element base) throws UDDIException
base
- Element with the name appropriate for this class.UDDIException
- Thrown if DOM tree contains a SOAP fault
or a disposition report indicating a UDDI error.public SetPublisherAssertions(java.lang.String authInfo, java.util.Vector pubAssertVector)
authInfo
- StringpubAssertVector
- Vectorpublic void setPublisherAssertionVector(java.util.Vector pubAssertVector)
public java.util.Vector getPublisherAssertionVector()
public AuthInfo getAuthInfo()
public void setAuthInfo(AuthInfo s)
public java.lang.String getAuthInfoString()
public void setAuthInfo(java.lang.String s)
public void saveToXML(org.w3c.dom.Element parent)
saveToXML
in class UDDIElement
parent
- Object will serialize as a child element under the
passed in parent element.Copyright ? 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.