Uses of Interface
org.glassfish.webservices.monitoring.Endpoint
-
Packages that use Endpoint Package Description org.glassfish.webservices.monitoring org.glassfish.webservices.transport.tcp -
-
Uses of Endpoint in org.glassfish.webservices.monitoring
Classes in org.glassfish.webservices.monitoring that implement Endpoint Modifier and Type Class Description classEndpointImplImplementation of the endpoint interfaceclassJAXWSEndpointImplMethods in org.glassfish.webservices.monitoring that return Endpoint Modifier and Type Method Description EndpointMessageTrace. getEndpoint()Returns the endpoint this message originated fromEndpointMessageTraceImpl. getEndpoint()Return the endpoint where this message originated fromEndpointWebServiceEngine. getEndpoint(String endpointSelector)EndpointWebServiceEngineImpl. getEndpoint(String uri)Methods in org.glassfish.webservices.monitoring that return types with arguments of type Endpoint Modifier and Type Method Description Iterator<Endpoint>WebServiceEngine. getEndpoints()Iterator<Endpoint>WebServiceEngineImpl. getEndpoints()Methods in org.glassfish.webservices.monitoring with parameters of type Endpoint Modifier and Type Method Description voidAuthenticationListener. authFailure(BundleDescriptor desc, Endpoint endpoint, Principal principal)notification that a user authentication attempt has failed.voidLogAuthenticationListener. authFailure(BundleDescriptor bundleDesc, Endpoint endpoint, Principal principal)notification that a user authentication attempt has failed.voidAuthenticationListener. authSucess(BundleDescriptor desc, Endpoint endpoint, Principal principal)notification that a user properly authenticated while making a web service invocation.voidLogAuthenticationListener. authSucess(BundleDescriptor bundleDesc, Endpoint endpoint, Principal principal)notification that a user properly authenticated while making a web service invocation.voidEndpointLifecycleListener. endpointAdded(Endpoint endpoint)Notification of a new Web Service endpoint installation in the appserver.voidEndpointLifecycleListener. endpointRemoved(Endpoint endpoint)Notification of a Web Service endpoint removal from the appserverStringGlobalMessageListener. preProcessRequest(Endpoint endpoint)Callback when a web service request entered the web service container and before any system processing is done.StringWebServiceEngineImpl. preProcessRequest(Endpoint endpoint)Callback when a web service request entered the web service container before any processing is done.voidMessageTraceImpl. setEndpoint(Endpoint source) -
Uses of Endpoint in org.glassfish.webservices.transport.tcp
Methods in org.glassfish.webservices.transport.tcp with parameters of type Endpoint Modifier and Type Method Description protected voidAppServRegistry. deregisterEndpoint(Endpoint endpoint)Deregister WS EndpointvoidWSEndpointLifeCycleListener. endpointAdded(Endpoint endpoint)voidWSEndpointLifeCycleListener. endpointRemoved(Endpoint endpoint)protected voidAppServRegistry. registerEndpoint(Endpoint endpoint)Register new WS Endpoint
-