Package org.apache.cxf.wsn
Interface EndpointManager
- All Known Implementing Classes:
JaxwsEndpointManager
public interface EndpointManager
-
Method Summary
-
Method Details
-
register
jakarta.xml.ws.Endpoint register(String address, Object service, URL wsdlLocation) throws EndpointRegistrationException - Throws:
EndpointRegistrationException
-
unregister
void unregister(jakarta.xml.ws.Endpoint endpoint, Object service) throws EndpointRegistrationException - Throws:
EndpointRegistrationException
-
getEpr
jakarta.xml.ws.wsaddressing.W3CEndpointReference getEpr(jakarta.xml.ws.Endpoint endpoint)
-