Package org.apache.locator
Interface LocatorService
-
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.164-05:00", comments="Apache CXF 3.6.3") public interface LocatorServiceThis class was generated by Apache CXF 3.6.3 2024-03-07T12:28:43.164-05:00 Generated source version: 3.6.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidderegisterEndpoint(EndpointIdentity endpointId, javax.xml.ws.wsaddressing.W3CEndpointReference endpointReference)voidderegisterPeerManager(String nodeId)List<ListEndpointsResponse.Endpoint>listEndpoints()javax.xml.ws.wsaddressing.W3CEndpointReferencelookupEndpoint(QName serviceQname)QueryEndpointsResponsequeryEndpoints(QueryEndpoints parameters)voidregisterEndpoint(EndpointIdentity endpointId, javax.xml.ws.wsaddressing.W3CEndpointReference endpointReference)voidregisterPeerManager(javax.xml.ws.wsaddressing.W3CEndpointReference peerManager, javax.xml.ws.Holder<javax.xml.ws.wsaddressing.W3CEndpointReference> peerManagerReference, javax.xml.ws.Holder<String> nodeId)
-
-
-
Method Detail
-
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="2024-03-07T12:28:43.164-05:00") List<ListEndpointsResponse.Endpoint> listEndpoints()
-
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="2024-03-07T12:28:43.164-05:00") 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") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.164-05:00") void registerEndpoint(EndpointIdentity endpointId, javax.xml.ws.wsaddressing.W3CEndpointReference endpointReference)
-
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="2024-03-07T12:28:43.164-05:00") void deregisterEndpoint(EndpointIdentity endpointId, javax.xml.ws.wsaddressing.W3CEndpointReference endpointReference)
-
queryEndpoints
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.164-05:00") QueryEndpointsResponse queryEndpoints(QueryEndpoints parameters)
-
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="2024-03-07T12:28:43.164-05:00") void deregisterPeerManager(String nodeId)
-
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="2024-03-07T12:28:43.164-05:00") javax.xml.ws.wsaddressing.W3CEndpointReference lookupEndpoint(QName serviceQname) throws EndpointNotExistFault- Throws:
EndpointNotExistFault
-
-