| java.lang.Object com.sun.jbi.internal.security.config.EndpointInfoImpl
EndpointInfoImpl | public class EndpointInfoImpl implements EndpointInfo(Code) | | Endpoint interface provides a means to define the three attributes that
uniquely identify an endpoint.
TODO: Replace this with Endpoint ( do away with redundancy ).
author: Sun Microsystems, Inc. |
EndpointInfoImpl | public EndpointInfoImpl(String name, String service, URI tns, String compId)(Code) | | Creates a new instance of EndpointInfo.
Parameters: name - is the local name of the Endpoint Parameters: service - is the local name of the parent Service Parameters: tns - is the TargetNamespace for the Endpoint Parameters: compId - is the name of the Component Id to which this Endpoint is deployed |
EndpointInfoImpl | public EndpointInfoImpl(String name, String service, URI tns)(Code) | | Creates a new instance of EndpointInfo.
Parameters: name - is the local name of the Endpoint Parameters: service - is the local name of the parent Service Parameters: tns - is the TargetNamespace for the Endpoint |
equals | public boolean equals(Object obj)(Code) | | Parameters: obj - to compare true if the other Endpoint is equal to this one. |
getComponentId | public String getComponentId()(Code) | | Get the Component Id associated with the Endpoint.
the Component Id |
getName | public String getName()(Code) | | Get the Local name of the endpoint.
the Local Name of the Endpoint |
getServiceName | public String getServiceName()(Code) | | Get the Local Name of the parent Service that contains this Endpoint.
the local name of the Parenter Service |
getTargetNamespace | public java.net.URI getTargetNamespace()(Code) | | Get the targetNamespace URI for the Endpoint.
the targetNamespace URI for the Endpoint |
hashCode | public int hashCode()(Code) | | hashCode.
the hashcode |
|
|