public class EprInfo extends XAddressInfo
protocolInfo| Constructor and Description |
|---|
EprInfo(EndpointReference endpointReference,
ProtocolInfo protocolInfo) |
EprInfo(EndpointReference endpointReference,
java.lang.String comManId) |
EprInfo(EndpointReference endpointReference,
URI xAddress,
ProtocolInfo protocolInfo) |
EprInfo(EndpointReference endpointReference,
URI xAddress,
java.lang.String comManId) |
EprInfo(EndpointReference endpointReference,
XAddressInfo xAddressInfo) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getHost, getHostaddress, getPort, getProtocolInfo, getXAddress, getXAddressAsString, isProtocolInfoNotDependable, mergeProtocolInfo, mergeProtocolInfo, setHostaddress, setPort, setProtocolInfo, setProtocolInfoNotDependable, toStringpublic EprInfo(EndpointReference endpointReference, URI xAddress, java.lang.String comManId)
public EprInfo(EndpointReference endpointReference, XAddressInfo xAddressInfo)
public EprInfo(EndpointReference endpointReference, URI xAddress, ProtocolInfo protocolInfo)
public EprInfo(EndpointReference endpointReference, java.lang.String comManId)
public EprInfo(EndpointReference endpointReference, ProtocolInfo protocolInfo)
public EndpointReference getEndpointReference()
public void setEndpointReference(EndpointReference epr)
public int hashCode()
hashCode in class XAddressInfoObject.hashCode()public boolean equals(java.lang.Object obj)
ATTENTION: only endpointReference is considered
equals in class XAddressInfoobj - the reference object with which to compare.true if this object is the same as the obj argument; false otherwise.Object.equals(java.lang.Object)