org.apache.locator
Interface LocatorService


public interface LocatorService

This class was generated by Progress FUSE Services Framework 2.2.12-fuse-00-00 Tue Jun 14 10:52:56 UTC 2011 Generated source version: 2.2.12-fuse-00-00


Method Summary
 void deregisterEndpoint(EndpointIdentity endpointId, javax.xml.ws.wsaddressing.W3CEndpointReference endpointReference)
           
 void deregisterPeerManager(String nodeId)
           
 List<ListEndpointsResponse.Endpoint> listEndpoints()
           
 javax.xml.ws.wsaddressing.W3CEndpointReference lookupEndpoint(QName serviceQname)
           
 QueryEndpointsResponse queryEndpoints(QueryEndpoints parameters)
           
 void registerEndpoint(EndpointIdentity endpointId, javax.xml.ws.wsaddressing.W3CEndpointReference endpointReference)
           
 void registerPeerManager(javax.xml.ws.wsaddressing.W3CEndpointReference peerManager, javax.xml.ws.Holder<javax.xml.ws.wsaddressing.W3CEndpointReference> peerManagerReference, javax.xml.ws.Holder<String> nodeId)
           
 

Method Detail

registerPeerManager

@RequestWrapper(localName="registerPeerManager",
                targetNamespace="http://apache.org/locator/types",
                className="org.apache.locator.types.RegisterPeerManager")
@ResponseWrapper(localName="registerPeerManagerResponse",
                 targetNamespace="http://apache.org/locator/types",
                 className="org.apache.locator.types.RegisterPeerManagerResponse")
void registerPeerManager(javax.xml.ws.wsaddressing.W3CEndpointReference peerManager,
                                                        javax.xml.ws.Holder<javax.xml.ws.wsaddressing.W3CEndpointReference> peerManagerReference,
                                                        javax.xml.ws.Holder<String> nodeId)

registerEndpoint

@RequestWrapper(localName="registerEndpoint",
                targetNamespace="http://apache.org/locator/types",
                className="org.apache.locator.types.RegisterEndpoint")
@ResponseWrapper(localName="registerEndpointResponse",
                 targetNamespace="http://apache.org/locator/types",
                 className="org.apache.locator.types.EmptyMessage")
void registerEndpoint(EndpointIdentity endpointId,
                                                     javax.xml.ws.wsaddressing.W3CEndpointReference endpointReference)

lookupEndpoint

@RequestWrapper(localName="lookupEndpoint",
                targetNamespace="http://apache.org/locator/types",
                className="org.apache.locator.types.LookupEndpoint")
@ResponseWrapper(localName="lookupEndpointResponse",
                 targetNamespace="http://apache.org/locator/types",
                 className="org.apache.locator.types.LookupEndpointResponse")
javax.xml.ws.wsaddressing.W3CEndpointReference lookupEndpoint(QName serviceQname)
                                                              throws EndpointNotExistFault
Throws:
EndpointNotExistFault

deregisterEndpoint

@RequestWrapper(localName="deregisterEndpoint",
                targetNamespace="http://apache.org/locator/types",
                className="org.apache.locator.types.DeregisterEndpoint")
@ResponseWrapper(localName="deregisterEndpointResponse",
                 targetNamespace="http://apache.org/locator/types",
                 className="org.apache.locator.types.EmptyMessage")
void deregisterEndpoint(EndpointIdentity endpointId,
                                                       javax.xml.ws.wsaddressing.W3CEndpointReference endpointReference)

listEndpoints

@RequestWrapper(localName="listEndpoints",
                targetNamespace="http://apache.org/locator/types",
                className="org.apache.locator.types.EmptyMessage")
@ResponseWrapper(localName="listEndpointsResponse",
                 targetNamespace="http://apache.org/locator/types",
                 className="org.apache.locator.types.ListEndpointsResponse")
List<ListEndpointsResponse.Endpoint> listEndpoints()

deregisterPeerManager

@RequestWrapper(localName="deregisterPeerManager",
                targetNamespace="http://apache.org/locator/types",
                className="org.apache.locator.types.DeregisterPeerManager")
@ResponseWrapper(localName="deregisterPeerManagerResponse",
                 targetNamespace="http://apache.org/locator/types",
                 className="org.apache.locator.types.EmptyMessage")
void deregisterPeerManager(String nodeId)

queryEndpoints

QueryEndpointsResponse queryEndpoints(QueryEndpoints parameters)


Apache CXF