org.ws4d.java.types
Class EprInfo
java.lang.Object
  
org.ws4d.java.types.XAddressInfo
      
org.ws4d.java.types.EprInfo
public class EprInfo
- extends XAddressInfo
 
 
 
| 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 | 
 
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)
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)