Apache CXF API

org.apache.cxf.wsn.services
Class JaxwsEndpointManager

java.lang.Object
  extended by org.apache.cxf.wsn.services.JaxwsEndpointManager
All Implemented Interfaces:
EndpointManager
Direct Known Subclasses:
OSGiJaxwsEndpointManager

public class JaxwsEndpointManager
extends Object
implements EndpointManager


Field Summary
protected  MBeanServer mbeanServer
           
 
Constructor Summary
JaxwsEndpointManager()
           
 
Method Summary
 W3CEndpointReference getEpr(Endpoint endpoint)
           
 Endpoint register(String address, Object service)
           
 void setMBeanServer(MBeanServer s)
           
 void unregister(Endpoint endpoint, Object service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mbeanServer

protected MBeanServer mbeanServer
Constructor Detail

JaxwsEndpointManager

public JaxwsEndpointManager()
Method Detail

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 API

Apache CXF