com.ibm.uddi.datatypes
Class AccessPoint
- java.lang.Object
com.ibm.uddi.datatypes.EndPoint
com.ibm.uddi.datatypes.AccessPoint
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class AccessPoint
- extends EndPoint
See Also:
Constructor Summary
Constructor and Description |
---|
AccessPoint()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAccessPointText()
Deprecated. Returns the text contents of the AccessPoint.
|
|
getUrlType()
Deprecated. Returns the type of the URL specified as the text of the AccessPoint.
|
|
setAccessPointText(java.lang.String accessPointText)
Deprecated. Sets the text contents of the AccessPoint.
|
|
setUrlType(java.lang.String urlType)
Deprecated. Sets the type of the URL specified as the text of the AccessPoint.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
AccessPoint
- public AccessPoint()
Deprecated.
Method Detail
getAccessPointText
- public java.lang.String getAccessPointText( )
Deprecated.
Returns the text contents of the AccessPoint.
Returns:
the text contents of the AccessPoint.
setAccessPointText
- public void setAccessPointText( java.lang.String accessPointText)
Deprecated.
Sets the text contents of the AccessPoint.
getUrlType
- public java.lang.String getUrlType( )
Deprecated.
Returns the type of the URL specified as the text of the AccessPoint.
See the UDDI v2.0 Data Structure Specification for more details.
Returns:
the URL type of the AccessPoint.
setUrlType
- public void setUrlType(java.lang.String urlType)
Deprecated.
Sets the type of the URL specified as the text of the AccessPoint.
Valid values are:
- mailto
- http
- https
- ftp
- fax
- phone
- other
Parameters:
urlType
- the URL type of the AccessPoint.