org.apache.locator
Interface LocatorService
- All Known Implementing Classes:
- LocatorServiceImpl
public interface LocatorService
This class was generated by Apache CXF 2.1.3.9-fuse
Fri Jul 24 16:30:52 EDT 2009
Generated source version: 2.1.3.9-fuse
queryEndpoints
QueryEndpointsResponse queryEndpoints(QueryEndpoints parameters)
deregisterEndpoint
@ResponseWrapper(localName="deregisterEndpointResponse",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.EmptyMessage")
@RequestWrapper(localName="deregisterEndpoint",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.DeregisterEndpoint")
void deregisterEndpoint(EndpointIdentity endpointId,
javax.xml.ws.wsaddressing.W3CEndpointReference endpointReference)
registerEndpoint
@ResponseWrapper(localName="registerEndpointResponse",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.EmptyMessage")
@RequestWrapper(localName="registerEndpoint",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.RegisterEndpoint")
void registerEndpoint(EndpointIdentity endpointId,
javax.xml.ws.wsaddressing.W3CEndpointReference endpointReference)
lookupEndpoint
@ResponseWrapper(localName="lookupEndpointResponse",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.LookupEndpointResponse")
@RequestWrapper(localName="lookupEndpoint",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.LookupEndpoint")
javax.xml.ws.wsaddressing.W3CEndpointReference lookupEndpoint(javax.xml.namespace.QName serviceQname)
throws EndpointNotExistFault
- Throws:
EndpointNotExistFault
deregisterPeerManager
@ResponseWrapper(localName="deregisterPeerManagerResponse",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.EmptyMessage")
@RequestWrapper(localName="deregisterPeerManager",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.DeregisterPeerManager")
void deregisterPeerManager(java.lang.String nodeId)
registerPeerManager
@ResponseWrapper(localName="registerPeerManagerResponse",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.RegisterPeerManagerResponse")
@RequestWrapper(localName="registerPeerManager",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.RegisterPeerManager")
void registerPeerManager(javax.xml.ws.wsaddressing.W3CEndpointReference peerManager,
javax.xml.ws.Holder<javax.xml.ws.wsaddressing.W3CEndpointReference> peerManagerReference,
javax.xml.ws.Holder<java.lang.String> nodeId)
listEndpoints
@ResponseWrapper(localName="listEndpointsResponse",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.ListEndpointsResponse")
@RequestWrapper(localName="listEndpoints",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.EmptyMessage")
java.util.List<ListEndpointsResponse.Endpoint> listEndpoints()
Apache CXF