public interface Endpoint
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSUMER_ROLE
Indicates that the deployment is for inbound endpoints.
|
static int |
PROVIDER_ROLE
Indicates that the deployment is for outbound endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentId()
Get the component id of the Component the endpoint is deployed to.
|
String |
getEndpointName()
Returns the endpoint name.
|
Iterator |
getOperationNames()
Gets list of operations supported by this endpoint.
|
MessageExchange.Role |
getRole()
Get the Endpoint Role ( Provider / Consumer )
|
String |
getSecurityConfigFileName()
Get the name of the SecurityConfiguration provided with the Endpoint deployment.
|
QName |
getServiceName()
Returns the service QName.
|
static final int CONSUMER_ROLE
static final int PROVIDER_ROLE
QName getServiceName()
String getEndpointName()
Iterator getOperationNames()
String getComponentId()
String getSecurityConfigFileName()
MessageExchange.Role getRole()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.