com.ibm.uddi.datatypes

Class EndPoint

  1. java.lang.Object
  2. 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.
  1. public class EndPoint
  2. extends java.lang.Object
  3. 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

Constructor Summary

Constructor and Description
EndPoint()
Deprecated.

Method Summary

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

EndPoint

  1. public EndPoint()
Deprecated.