Uses of Class
org.apache.cxf.wsn.EndpointRegistrationException
-
Packages that use EndpointRegistrationException Package Description org.apache.cxf.wsn org.apache.cxf.wsn.services -
-
Uses of EndpointRegistrationException in org.apache.cxf.wsn
Methods in org.apache.cxf.wsn that throw EndpointRegistrationException Modifier and Type Method Description voidAbstractEndpoint. register()javax.xml.ws.EndpointEndpointManager. register(String address, Object service, URL wsdlLocation)voidEndpointMBean. register()voidAbstractEndpoint. unregister()voidEndpointManager. unregister(javax.xml.ws.Endpoint endpoint, Object service)voidEndpointMBean. unregister() -
Uses of EndpointRegistrationException in org.apache.cxf.wsn.services
Methods in org.apache.cxf.wsn.services that throw EndpointRegistrationException Modifier and Type Method Description javax.xml.ws.EndpointJaxwsEndpointManager. register(String address, Object service, URL wsdlLocation)javax.xml.ws.EndpointOSGiJaxwsEndpointManager. register(String address, Object service, URL wsdlLocation)voidJaxwsEndpointManager. unregister(javax.xml.ws.Endpoint endpoint, Object service)
-