Apache CXF API

org.apache.cxf.wsn
Interface EndpointManager

All Known Implementing Classes:
JaxwsEndpointManager, OSGiJaxwsEndpointManager

public interface EndpointManager


Method Summary
 W3CEndpointReference getEpr(Endpoint endpoint)
           
 Endpoint register(String address, Object service)
           
 void unregister(Endpoint endpoint, Object service)
           
 

Method Detail

register

Endpoint register(String address,
                  Object service)
                  throws EndpointRegistrationException
Throws:
EndpointRegistrationException

unregister

void unregister(Endpoint endpoint,
                Object service)
                throws EndpointRegistrationException
Throws:
EndpointRegistrationException

getEpr

W3CEndpointReference getEpr(Endpoint endpoint)

Apache CXF API

Apache CXF