org.apache.cxf.wsn.services
Class OSGiJaxwsEndpointManager
java.lang.Object
org.apache.cxf.wsn.services.JaxwsEndpointManager
org.apache.cxf.wsn.services.OSGiJaxwsEndpointManager
- All Implemented Interfaces:
- EndpointManager
public class OSGiJaxwsEndpointManager
- extends JaxwsEndpointManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSGiJaxwsEndpointManager
public OSGiJaxwsEndpointManager()
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
setBlueprintContainer
public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer c)
register
public Endpoint register(String address,
Object service)
throws EndpointRegistrationException
- Specified by:
register
in interface EndpointManager
- Overrides:
register
in class JaxwsEndpointManager
- Throws:
EndpointRegistrationException
destroy
public void destroy()
Apache CXF