Package org.apache.locator
Interface LocatorService
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2023-06-06T12:44:57.146-04:00",
comments="Apache CXF 4.0.2")
public interface LocatorService
This class was generated by Apache CXF 4.0.2
2023-06-06T12:44:57.146-04:00
Generated source version: 4.0.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidderegisterEndpoint(EndpointIdentity endpointId, jakarta.xml.ws.wsaddressing.W3CEndpointReference endpointReference) voidderegisterPeerManager(String nodeId) jakarta.xml.ws.wsaddressing.W3CEndpointReferencelookupEndpoint(QName serviceQname) queryEndpoints(QueryEndpoints parameters) voidregisterEndpoint(EndpointIdentity endpointId, jakarta.xml.ws.wsaddressing.W3CEndpointReference endpointReference) voidregisterPeerManager(jakarta.xml.ws.wsaddressing.W3CEndpointReference peerManager, jakarta.xml.ws.Holder<jakarta.xml.ws.wsaddressing.W3CEndpointReference> peerManagerReference, jakarta.xml.ws.Holder<String> nodeId)
-
Method Details
-
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="2023-06-06T12:44:57.146-04: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="2023-06-06T12:44:57.146-04:00") void registerPeerManager(jakarta.xml.ws.wsaddressing.W3CEndpointReference peerManager, jakarta.xml.ws.Holder<jakarta.xml.ws.wsaddressing.W3CEndpointReference> peerManagerReference, jakarta.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="2023-06-06T12:44:57.146-04:00") void registerEndpoint(EndpointIdentity endpointId, jakarta.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="2023-06-06T12:44:57.146-04:00") void deregisterEndpoint(EndpointIdentity endpointId, jakarta.xml.ws.wsaddressing.W3CEndpointReference endpointReference) -
queryEndpoints
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.146-04: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="2023-06-06T12:44:57.146-04: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="2023-06-06T12:44:57.146-04:00") jakarta.xml.ws.wsaddressing.W3CEndpointReference lookupEndpoint(QName serviceQname) throws EndpointNotExistFault - Throws:
EndpointNotExistFault
-