|
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.base.UploadRegister
UploadRegister is a resolvable HTTP URL address that points to a single and valid BusinessEntity or BusinessEntityExt. This variant argument allows a registry to be updated to reflect the contents of an XML document that is URL addressable. The URL must return a pure XML document that only contains a BusinessEntity as its top-level element, and be accessible using the standard HTTP GET protocol.
| Field Summary | |
protected java.lang.String |
uploadRegister
Deprecated. The upload register information. |
| Constructor Summary | |
UploadRegister(java.lang.String uploadRegister)
Deprecated. UploadRegister constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Deprecated. Checks whether an object is equal to this UploadRegister. |
java.lang.String |
toString()
Deprecated. String representation of this UploadRegister. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Deprecated. Visits this UploadRegister. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String uploadRegister
| Constructor Detail |
public UploadRegister(java.lang.String uploadRegister)
uploadRegister - The upload register information.| Method Detail |
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this UploadRegister.public java.lang.String toString()
toString in class java.lang.Objectpublic 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 | |||||||||