| java.lang.Object com.sun.jbi.internal.security.test.binding1.rt.EndpointImpl
getComponentId | public 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 | public String getEndpointName()(Code) | | Returns the endpoint name.
endpoint name. |
getOperationNames | public 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 | public String getSecurityConfigFileName()(Code) | | Get the name of the SecurityConfiguration provided with the Endpoint deployment.
The name of the security configuration file. |
getServiceName | public QName getServiceName()(Code) | | Returns the service QName.
service Qname |
|
|