Package org.apache.cxf.wsn
Interface EndpointManager
-
- All Known Implementing Classes:
JaxwsEndpointManager,OSGiJaxwsEndpointManager
public interface EndpointManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.xml.ws.wsaddressing.W3CEndpointReferencegetEpr(javax.xml.ws.Endpoint endpoint)javax.xml.ws.Endpointregister(String address, Object service, URL wsdlLocation)voidunregister(javax.xml.ws.Endpoint endpoint, Object service)
-
-
-
Method Detail
-
register
javax.xml.ws.Endpoint register(String address, Object service, URL wsdlLocation) throws EndpointRegistrationException
- Throws:
EndpointRegistrationException
-
unregister
void unregister(javax.xml.ws.Endpoint endpoint, Object service) throws EndpointRegistrationException- Throws:
EndpointRegistrationException
-
getEpr
javax.xml.ws.wsaddressing.W3CEndpointReference getEpr(javax.xml.ws.Endpoint endpoint)
-
-