org.apache.juddi.datatype.request
Class SetPublisherAssertions
java.lang.Object
org.apache.juddi.datatype.request.SetPublisherAssertions
- All Implemented Interfaces:
- Publish, RegistryObject, java.io.Serializable
- public class SetPublisherAssertions
- extends java.lang.Object
- implements RegistryObject, Publish
"The set_publisherAssertions API call is used to manage all of the
tracked relationship assertions associated with an individual
publisher account. See the appendix on relationship assertions for
more information."
- from UDDI Version 2 Programmers API Specification, pg. 52
- Author:
- Steve Viens (sviens@apache.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetPublisherAssertions
public SetPublisherAssertions()
SetPublisherAssertions
public SetPublisherAssertions(AuthInfo authInfo,
java.util.Vector assertions)
setGeneric
public void setGeneric(java.lang.String genericValue)
- Parameters:
genericValue
-
getGeneric
public java.lang.String getGeneric()
- Returns:
- String UDDI request's generic value.
setAuthInfo
public void setAuthInfo(AuthInfo authInfo)
getAuthInfo
public AuthInfo getAuthInfo()
- Specified by:
getAuthInfo
in interface Publish
addPublisherAssertion
public void addPublisherAssertion(PublisherAssertion assertion)
setPublisherAssertionVector
public void setPublisherAssertionVector(java.util.Vector assertions)
getPublisherAssertionVector
public java.util.Vector getPublisherAssertionVector()
Copyright ? 2003 Apache Software Foundation. All rights reserved.