public class JaxwsEndpointManager extends Object implements EndpointManager
Modifier and Type | Field and Description |
---|---|
protected MBeanServer |
mbeanServer |
Constructor and Description |
---|
JaxwsEndpointManager() |
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
createEndpoint(Object service) |
W3CEndpointReference |
getEpr(Endpoint endpoint) |
Endpoint |
register(String address,
Object service,
URL wsdlLocation) |
void |
setMBeanServer(MBeanServer s) |
void |
unregister(Endpoint endpoint,
Object service) |
protected MBeanServer mbeanServer
public void setMBeanServer(MBeanServer s)
public Endpoint register(String address, Object service, URL wsdlLocation) throws EndpointRegistrationException
register
in interface EndpointManager
EndpointRegistrationException
public void unregister(Endpoint endpoint, Object service) throws EndpointRegistrationException
unregister
in interface EndpointManager
EndpointRegistrationException
public W3CEndpointReference getEpr(Endpoint endpoint)
getEpr
in interface EndpointManager
Apache CXF