|
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.AccessPoint
The AccessPoint class is a pointer to a service entry point. The notion of service at the metadata level is fairly abstract and many types of entry points are accomodated.
UDDI V2.0: A single attribute is provided (named urlType). The purpose of the urlType is to facilitate searching for entry points associated with a particular type of entry point. An example might be a purchase order service that provides three entry points, one for HTTP, one for SMTP, and one for FAX ordering.
UDDI V3.0: The purpose of the optional attribute useType is to facilitate the description of several types of AccessPoints. The following pre-defined useType attributes values can be used:
UseType,
Serialized Form| Field Summary | |
protected java.lang.String |
accessPoint
The access point information. |
static UseType |
BINDINGTEMPLATE
AccessPoint use type 'bindingTemplate'. |
static UseType |
ENDPOINT
AccessPoint use type 'endPoint'. |
static java.lang.String |
FAX
Constant for specifying a FAX URL type. |
static java.lang.String |
FTP
Constant for specifying an FTP URL type. |
static UseType |
HOSTINGREDIRECTOR
AccessPoint use type 'hostingRedirector'. |
static java.lang.String |
HTTP
Constant for specifying an HTTP URL type. |
static java.lang.String |
HTTPS
Constant for specifying an HTTPS URL type. |
static java.lang.String |
MAILTO
Constant for specifying a MAILTO URL type. |
static java.lang.String |
OTHER
Constant for specifying another URL type. |
static java.lang.String |
PHONE
Constant for specifying a PHONE URL type. |
protected java.lang.String |
urlType
The URL type. |
protected UseType |
useType
The use type. |
static UseType |
WSDLDEPLOYMENT
AccessPoint use type 'wsdlDeployment'. |
| Constructor Summary | |
AccessPoint(java.lang.String accessPoint)
AccessPoint constructor. |
|
AccessPoint(java.lang.String accessPoint,
java.lang.String urlType)
Deprecated. as of UDDI V3.0 |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this AccessPoint. |
java.lang.String |
getAccessPoint()
Gets the AccessPoint information. |
java.lang.String |
getURLType()
Deprecated. as of UDDI V3.0 |
UseType |
getUseType()
Gets the AccessPoint use type. |
void |
setAccessPoint(java.lang.String accessPoint)
Sets the AccessPoint information. |
void |
setURLType(java.lang.String urlType)
Deprecated. as of UDDI V3.0 |
void |
setUseType(UseType useType)
Sets the AccessPoint use type. |
java.lang.String |
toString()
Gets a string representation of this access point. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this AccessPoint. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String MAILTO
public static final java.lang.String HTTP
public static final java.lang.String HTTPS
public static final java.lang.String FTP
public static final java.lang.String FAX
public static final java.lang.String PHONE
public static final java.lang.String OTHER
protected java.lang.String accessPoint
protected java.lang.String urlType
public static final UseType ENDPOINT
public static final UseType WSDLDEPLOYMENT
public static final UseType BINDINGTEMPLATE
public static final UseType HOSTINGREDIRECTOR
protected UseType useType
| Constructor Detail |
public AccessPoint(java.lang.String accessPoint,
java.lang.String urlType)
accessPoint - The access point information.urlType - The URL type.public AccessPoint(java.lang.String accessPoint)
accessPoint - The access point information.| Method Detail |
public java.lang.String getAccessPoint()
public void setAccessPoint(java.lang.String accessPoint)
accessPoint - The AccessPoint information.public java.lang.String getURLType()
public void setURLType(java.lang.String urlType)
urlType - The AccessPoint URL type.public void setUseType(UseType useType)
useType - The use type.public UseType getUseType()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this AccessPoint.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 | |||||||||