org.apache.locator
Interface LocatorService


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:33.900-04:00",
           comments="Apache CXF 3.0.1")
public interface LocatorService

This class was generated by Apache CXF 3.0.1 2014-07-15T14:38:33.900-04:00 Generated source version: 3.0.1


Method Summary
 void deregisterEndpoint(EndpointIdentity endpointId, W3CEndpointReference endpointReference)
           
 void deregisterPeerManager(String nodeId)
           
 List<ListEndpointsResponse.Endpoint> listEndpoints()
           
 W3CEndpointReference lookupEndpoint(QName serviceQname)
           
 QueryEndpointsResponse queryEndpoints(QueryEndpoints parameters)
           
 void registerEndpoint(EndpointIdentity endpointId, W3CEndpointReference endpointReference)
           
 void registerPeerManager(W3CEndpointReference peerManager, Holder<W3CEndpointReference> peerManagerReference, 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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:33.900-04:00")
void registerPeerManager(W3CEndpointReference peerManager,
                                                                                                                                             Holder<W3CEndpointReference> peerManagerReference,
                                                                                                                                             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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:33.900-04:00")
void registerEndpoint(EndpointIdentity endpointId,
                                                                                                                                          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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:33.900-04:00")
W3CEndpointReference lookupEndpoint(QName serviceQname)
                                    throws EndpointNotExistFault
Throws:
EndpointNotExistFault

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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:33.900-04:00")
List<ListEndpointsResponse.Endpoint> listEndpoints()

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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:33.900-04:00")
void deregisterEndpoint(EndpointIdentity endpointId,
                                                                                                                                            W3CEndpointReference endpointReference)

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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:33.900-04:00")
void deregisterPeerManager(String nodeId)

queryEndpoints

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:33.900-04:00")
QueryEndpointsResponse queryEndpoints(QueryEndpoints parameters)


Apache CXF