| com.sun.jbi.binding.security.Endpoint
All known Subclasses: com.sun.jbi.internal.security.test.binding1.rt.EndpointImpl, com.sun.jbi.internal.security.https.jregress.server.EndpointImpl,
Endpoint | public interface Endpoint (Code) | | Interface that defines an Endpoint.
author: Sun Microsystems, Inc. |
Field Summary | |
final public static int | CONSUMER_ROLE Indicates that the deployment is for inbound endpoints. | final public static int | PROVIDER_ROLE Indicates that the deployment is for outbound endpoints. |
CONSUMER_ROLE | final public static int CONSUMER_ROLE(Code) | | Indicates that the deployment is for inbound endpoints.
|
PROVIDER_ROLE | final public static int PROVIDER_ROLE(Code) | | Indicates that the deployment is for outbound endpoints.
|
getComponentId | String getComponentId()(Code) | | Get the component id of the Component the endpoint is deployed to.
Component Id of the Component this Endpoint id deployed to |
getEndpointName | String getEndpointName()(Code) | | Returns the endpoint name.
endpoint name. |
getOperationNames | Iterator getOperationNames()(Code) | | Gets list of operations supported by this endpoint.
list of operations. |
getRole | public javax.jbi.messaging.MessageExchange.Role getRole()(Code) | | Get the Endpoint Role ( Provider / Consumer )
the Endpoint role |
getSecurityConfigFileName | String getSecurityConfigFileName()(Code) | | Get the name of the SecurityConfiguration provided with the Endpoint deployment.
The name of the security configuration file. |
getServiceName | QName getServiceName()(Code) | | Returns the service QName.
service Qname |
|
|