org.apache.locator_test
Class LocatorServiceImpl
java.lang.Object
org.apache.locator_test.LocatorServiceImpl
- All Implemented Interfaces:
- org.apache.locator.LocatorService
public class LocatorServiceImpl
- extends java.lang.Object
- implements org.apache.locator.LocatorService
Method Summary |
void |
deregisterEndpoint(org.apache.locator.types.EndpointIdentity endpointId,
org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference)
|
void |
deregisterPeerManager(java.lang.String nodeId)
|
java.util.List<org.apache.locator.types.ListEndpointsResponse.Endpoint> |
listEndpoints()
|
org.apache.cxf.ws.addressing.EndpointReferenceType |
lookupEndpoint(javax.xml.namespace.QName serviceQname)
|
org.apache.locator.types.QueryEndpointsResponse |
queryEndpoints(org.apache.locator.types.QueryEndpoints parameters)
|
void |
registerEndpoint(org.apache.locator.types.EndpointIdentity endpointId,
org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference)
|
void |
registerPeerManager(org.apache.cxf.ws.addressing.EndpointReferenceType peerManager,
javax.xml.ws.Holder<org.apache.cxf.ws.addressing.EndpointReferenceType> peerManagerReference,
javax.xml.ws.Holder<java.lang.String> nodeId)
|
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(org.apache.cxf.ws.addressing.EndpointReferenceType peerManager,
javax.xml.ws.Holder<org.apache.cxf.ws.addressing.EndpointReferenceType> peerManagerReference,
javax.xml.ws.Holder<java.lang.String> nodeId)
- Specified by:
registerPeerManager
in interface org.apache.locator.LocatorService
deregisterPeerManager
public void deregisterPeerManager(java.lang.String nodeId)
- Specified by:
deregisterPeerManager
in interface org.apache.locator.LocatorService
registerEndpoint
public void registerEndpoint(org.apache.locator.types.EndpointIdentity endpointId,
org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference)
- Specified by:
registerEndpoint
in interface org.apache.locator.LocatorService
deregisterEndpoint
public void deregisterEndpoint(org.apache.locator.types.EndpointIdentity endpointId,
org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference)
- Specified by:
deregisterEndpoint
in interface org.apache.locator.LocatorService
lookupEndpoint
public org.apache.cxf.ws.addressing.EndpointReferenceType lookupEndpoint(javax.xml.namespace.QName serviceQname)
throws org.apache.locator.EndpointNotExistFault
- Specified by:
lookupEndpoint
in interface org.apache.locator.LocatorService
- Throws:
org.apache.locator.EndpointNotExistFault
listEndpoints
public java.util.List<org.apache.locator.types.ListEndpointsResponse.Endpoint> listEndpoints()
- Specified by:
listEndpoints
in interface org.apache.locator.LocatorService
queryEndpoints
public org.apache.locator.types.QueryEndpointsResponse queryEndpoints(org.apache.locator.types.QueryEndpoints parameters)
- Specified by:
queryEndpoints
in interface org.apache.locator.LocatorService
Apache CXF