IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class AccessPoint

java.lang.Object
  extended by com.ibm.uddi.datatypes.EndPoint
      extended by 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

Corresponds to UDDI v2.0 'accessPoint' element.

See Also:
Serialized Form

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

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.

Parameters:
accessPointTest - the text to be set as the 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: See the UDDI v2.0 Data Structure Specification for more details.

Parameters:
urlType - the URL type of the AccessPoint.

IBM WebSphere Application ServerTM
Release 8