|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceEndpoint
Reference to an endpoint, used to refer an endpoint as well as query information about the endpoint.
An endpoint is an addressable entity in the JBI system, used for accessing the provider of a specific service.
This interface is implemented by both the JBI implementation and JBI components, in the following use cases:
See the JBI Specification for details on requirements imposed on components in the latter two use cases.
| Method Summary | |
|---|---|
org.w3c.dom.DocumentFragment |
getAsReference(javax.xml.namespace.QName operationName)
Get a reference to this endpoint, using an endpoint reference vocabulary that is known to the provider. |
java.lang.String |
getEndpointName()
Returns the endpoint name of this reference. |
javax.xml.namespace.QName[] |
getInterfaces()
Get the qualified names of all the interfaces implemented by this service endpoint. |
javax.xml.namespace.QName |
getServiceName()
Returns the service name of this reference. |
| Method Detail |
|---|
org.w3c.dom.DocumentFragment getAsReference(javax.xml.namespace.QName operationName)
operationName - the name of the operation to be performed by a consumer of the
generated EPR; null**
- Returns:
- endpoint reference as an XML fragment;
null if the
provider does not support such references java.lang.String getEndpointName()
javax.xml.namespace.QName[] getInterfaces()
javax.xml.namespace.QName getServiceName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||