| javax.jbi.servicedesc.ServiceEndpoint
All known Subclasses: com.sun.jbi.binding.proxy.ServiceEndpointImpl, com.sun.jbi.messaging.RegisteredEndpoint,
ServiceEndpoint | public interface ServiceEndpoint (Code) | | Reference to an endpoint, used to refer to 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.
author: JSR208 Expert Group |
getAsReference | org.w3c.dom.DocumentFragment getAsReference(QName operationName)(Code) | | Get a reference to this endpoint, using an endpoint reference vocabulary
that is known to the provider.
Parameters: operationName - the name of the operation to be performed by aconsumer of the generated endpoint reference. Set to null if this is not applicable. endpoint reference as an XML fragment; null if theprovider does not support such references. |
getEndpointName | String getEndpointName()(Code) | | Returns the name of this endpoint.
the endpoint name. |
getInterfaces | javax.xml.namespace.QName[] getInterfaces()(Code) | | Get the qualified names of all the interfaces implemented by this
service endpoint.
array of all interfaces implemented by this service endpoint;must be non-null and non-empty. |
|
|