public interface ServiceEndpoint
| Modifier and Type | Method and Description |
|---|---|
DocumentFragment |
getAsReference(QName operationName)
Get a reference to this endpoint, using an endpoint reference vocabulary
that is known to the provider.
|
String |
getEndpointName()
Returns the name of this endpoint.
|
QName[] |
getInterfaces()
Get the qualified names of all the interfaces implemented by this
service endpoint.
|
QName |
getServiceName()
Returns the service name of this endpoint.
|
DocumentFragment getAsReference(QName operationName)
operationName - the name of the operation to be performed by a
consumer of the generated endpoint reference. Set to null
if this is not applicable.null if the
provider does not support such references.String getEndpointName()
QName[] getInterfaces()
QName getServiceName()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.