org.apache.locator_test
Class LocatorServiceImpl
java.lang.Object
org.apache.locator_test.LocatorServiceImpl
- All Implemented Interfaces:
- LocatorService
public class LocatorServiceImpl
- extends java.lang.Object
- implements LocatorService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocatorServiceImpl
public LocatorServiceImpl()
registerPeerManager
public void registerPeerManager(EndpointReferenceType peerManager,
javax.xml.ws.Holder<EndpointReferenceType> peerManagerReference,
javax.xml.ws.Holder<java.lang.String> nodeId)
- Specified by:
registerPeerManager in interface LocatorService
deregisterPeerManager
public void deregisterPeerManager(java.lang.String nodeId)
- Specified by:
deregisterPeerManager in interface LocatorService
registerEndpoint
public void registerEndpoint(EndpointIdentity endpointId,
EndpointReferenceType endpointReference)
- Specified by:
registerEndpoint in interface LocatorService
deregisterEndpoint
public void deregisterEndpoint(EndpointIdentity endpointId,
EndpointReferenceType endpointReference)
- Specified by:
deregisterEndpoint in interface LocatorService
lookupEndpoint
public EndpointReferenceType lookupEndpoint(javax.xml.namespace.QName serviceQname)
throws EndpointNotExistFault
- Specified by:
lookupEndpoint in interface LocatorService
- Throws:
EndpointNotExistFault
listEndpoints
public java.util.List<ListEndpointsResponse.Endpoint> listEndpoints()
- Specified by:
listEndpoints in interface LocatorService
queryEndpoints
public QueryEndpointsResponse queryEndpoints(QueryEndpoints parameters)
- Specified by:
queryEndpoints in interface LocatorService
Apache CXF