| com.sun.jbi.internal.security.config.EndpointInfo
All known Subclasses: com.sun.jbi.internal.security.config.EndpointInfoImpl,
EndpointInfo | public interface EndpointInfo (Code) | | Endpoint interface provides a means to define the three attributes that
uniquely identify an endpoint.
author: Sun Microsystems, Inc. |
getComponentId | String getComponentId()(Code) | | Get the Component Id associated with the Endpoint.
the Component Id |
getName | String getName()(Code) | | Get the Local name of the endpoint.
the Local Name of the Endpoint |
getServiceName | String getServiceName()(Code) | | Get the Local Name of the parent Service that contains this Endpoint.
the local name of the Parenter Service |
getTargetNamespace | java.net.URI getTargetNamespace()(Code) | | Get the targetNamespace URI for the Endpoint.
the targetNamespace URI for the Endpoint |
|
|