com.ibm.uddi.datatypes

Class AccessPoint

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.EndPoint
  3. extended bycom.ibm.uddi.datatypes.AccessPoint
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class AccessPoint
  2. extends EndPoint
Corresponds to UDDI v2.0 'accessPoint' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
AccessPoint()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getAccessPointText()
Deprecated. Returns the text contents of the AccessPoint.
  1. java.lang.String
getUrlType()
Deprecated. Returns the type of the URL specified as the text of the AccessPoint.
  1. void
setAccessPointText(java.lang.String accessPointText)
Deprecated. Sets the text contents of the AccessPoint.
  1. void
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

  1. public AccessPoint()
Deprecated.

Method Detail

getAccessPointText

  1. public java.lang.String getAccessPointText( )
Deprecated.
Returns the text contents of the AccessPoint.
Returns:
the text contents of the AccessPoint.

setAccessPointText

  1. public void setAccessPointText( java.lang.String accessPointText)
Deprecated.
Sets the text contents of the AccessPoint.

getUrlType

  1. 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

  1. 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
See the UDDI v2.0 Data Structure Specification for more details.
Parameters:
urlType - the URL type of the AccessPoint.