org.ws4d.java.types
Class EprInfo

java.lang.Object
  extended by org.ws4d.java.types.XAddressInfo
      extended by org.ws4d.java.types.EprInfo

public class EprInfo
extends XAddressInfo


Constructor Summary
EprInfo(EndpointReference endpointReference, java.lang.String comManId)
           
EprInfo(EndpointReference endpointReference, java.lang.String comManId, ProtocolInfo pvi)
           
EprInfo(EndpointReference endpointReference, URI xAddress, java.lang.String comManId)
           
EprInfo(EndpointReference endpointReference, URI xAddress, java.lang.String comManId, ProtocolInfo pvi)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 EndpointReference getEndpointReference()
           
 int hashCode()
          Returns a hash code value for the object.
 void setEndpointReference(EndpointReference epr)
           
 
Methods inherited from class org.ws4d.java.types.XAddressInfo
getComManId, getProtocolInfo, getXAddress, isProtocolInfoNotDependable, mergeProtocolInfo, mergeProtocolInfo, setComManId, setProtocolInfo, setProtocolInfoNotDependable, setXAddress, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EprInfo

public EprInfo(EndpointReference endpointReference,
               URI xAddress,
               java.lang.String comManId)

EprInfo

public EprInfo(EndpointReference endpointReference,
               URI xAddress,
               java.lang.String comManId,
               ProtocolInfo pvi)

EprInfo

public EprInfo(EndpointReference endpointReference,
               java.lang.String comManId)

EprInfo

public EprInfo(EndpointReference endpointReference,
               java.lang.String comManId,
               ProtocolInfo pvi)
Method Detail

getEndpointReference

public EndpointReference getEndpointReference()

setEndpointReference

public void setEndpointReference(EndpointReference epr)

hashCode

public int hashCode()
Returns a hash code value for the object.

ATTENTION: only endpointReference and comManId are considered

Overrides:
hashCode in class XAddressInfo
Returns:
a hash code value for this object.
See Also:
Object.hashCode()

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.

ATTENTION: only endpointReference and comManId are considered

Overrides:
equals in class XAddressInfo
Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same as the obj argument; false otherwise.
See Also:
Object.equals(java.lang.Object)