org.apache.cxf.wsn.services
Class JaxwsEndpointManager
java.lang.Object
org.apache.cxf.wsn.services.JaxwsEndpointManager
- All Implemented Interfaces:
- EndpointManager
- Direct Known Subclasses:
- OSGiJaxwsEndpointManager
public class JaxwsEndpointManager
- extends Object
- implements EndpointManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mbeanServer
protected MBeanServer mbeanServer
JaxwsEndpointManager
public JaxwsEndpointManager()
setMBeanServer
public void setMBeanServer(MBeanServer s)
register
public Endpoint register(String address,
Object service)
throws EndpointRegistrationException
- Specified by:
register
in interface EndpointManager
- Throws:
EndpointRegistrationException
unregister
public void unregister(Endpoint endpoint,
Object service)
throws EndpointRegistrationException
- Specified by:
unregister
in interface EndpointManager
- Throws:
EndpointRegistrationException
getEpr
public W3CEndpointReference getEpr(Endpoint endpoint)
- Specified by:
getEpr
in interface EndpointManager
Apache CXF