com.ibm.uddi.datatypes
Class EndPoint

java.lang.Object
  extended bycom.ibm.uddi.datatypes.EndPoint
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessPoint, HostingRedirector

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class EndPoint
extends java.lang.Object
implements java.io.Serializable

Used as an abstract superclass for AccessPoint and HostingRedirector, to ensure mutual exclusivity when adding to a BindingTemplate.

See Also:
Serialized Form

Field Summary
static java.lang.String JAVA_COPYRIGHT
          Deprecated.  
 
Constructor Summary
EndPoint()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

EndPoint

public EndPoint()
Deprecated.