| Package | Description |
|---|---|
| org.glassfish.webservices.monitoring | |
| org.glassfish.webservices.transport.tcp |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointImpl
Implementation of the endpoint interface
|
class |
JAXRPCEndpointImpl
Implementation of the JAXRPC endpoint interface and JAXRPC System Handler Delegate
|
class |
JAXWSEndpointImpl |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
MessageTrace.getEndpoint()
Returns the endpoint this message originated from
|
Endpoint |
MessageTraceImpl.getEndpoint()
Return the endpoint where this message originated from
|
Endpoint |
WebServiceEngineImpl.getEndpoint(String uri) |
Endpoint |
WebServiceEngine.getEndpoint(String endpointSelector) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Endpoint> |
WebServiceEngineImpl.getEndpoints() |
Iterator<Endpoint> |
WebServiceEngine.getEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogAuthenticationListener.authFailure(BundleDescriptor bundleDesc,
Endpoint endpoint,
Principal principal)
notification that a user authentication attempt has failed.
|
void |
AuthenticationListener.authFailure(BundleDescriptor desc,
Endpoint endpoint,
Principal principal)
notification that a user authentication attempt has failed.
|
void |
LogAuthenticationListener.authSucess(BundleDescriptor bundleDesc,
Endpoint endpoint,
Principal principal)
notification that a user properly authenticated while making
a web service invocation.
|
void |
AuthenticationListener.authSucess(BundleDescriptor desc,
Endpoint endpoint,
Principal principal)
notification that a user properly authenticated while making
a web service invocation.
|
void |
EndpointLifecycleListener.endpointAdded(Endpoint endpoint)
Notification of a new Web Service endpoint installation in the
appserver.
|
void |
EndpointLifecycleListener.endpointRemoved(Endpoint endpoint)
Notification of a Web Service endpoint removal from the appserver
|
String |
WebServiceEngineImpl.preProcessRequest(Endpoint endpoint)
Callback when a web service request entered the web service container before any processing is done.
|
String |
GlobalMessageListener.preProcessRequest(Endpoint endpoint)
Callback when a web service request entered the web service container
and before any system processing is done.
|
void |
MessageTraceImpl.setEndpoint(Endpoint source) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AppServRegistry.deregisterEndpoint(Endpoint endpoint)
Deregister WS Endpoint
|
void |
WSEndpointLifeCycleListener.endpointAdded(Endpoint endpoint) |
void |
WSEndpointLifeCycleListener.endpointRemoved(Endpoint endpoint) |
protected void |
AppServRegistry.registerEndpoint(Endpoint endpoint)
Register new WS Endpoint
|
Copyright © 2019. All rights reserved.