| Interface | Description |
|---|---|
| EjbMessageDispatcher |
Common interface between jaxrpc 1.1 and jax-ws 2.0 for dispatching EJB
endpoint messages.
|
| SecurityService | |
| SOAPMessageContext |
This is a wrapper class over JAXWS's Packet interface - this is being added to minimize the changes
required for the AS's WS security and monitoring mechamisms to work properly.
|
| WebServiceDeploymentListener |
Listener, which is interested in intercepting web services
deployment/undeployment
|
| WebServiceDeploymentNotifier |
Notifies
WebServiceDeployerListeners about web service deployment/undeployment |
| WebServicesContract |
This is the interface which will define the contract
to obtain ComponentInvocationManger etc
|
| Class | Description |
|---|---|
| AdapterInvocationInfo |
This class stores information for EjbRuntimeInfo
It stores the invocation object and the servlet Adapter
|
| Ejb2RuntimeEndpointInfo |
Runtime dispatch information about one ejb web service endpoint.
|
| Ejb3MessageDispatcher |
Implementation of the Ejb Message Dispatcher for EJB3 endpoints.
|
| EjbContainerPostHandler |
This handler is inserted last in the handler chain for an
ejb web service endpoint.
|
| EjbContainerPreHandler |
This handler is inserted first in the handler chain for an
ejb web service endpoint.
|
| EjbInvokerImpl |
This extends InvokerImpl - the difference is this creates
a Map of methods from class to proxy class
|
| EjbRuntimeEndpointInfo |
Runtime dispatch information about one ejb web service
endpoint.
|
| EjbWebServiceDispatcher |
Handles dispatching of ejb web service http invocations.
|
| EjbWebServiceServlet |
Servlet responsible for invoking EJB webservice endpoint.
|
| EjbWSAdapter |
This class extends the ServletAdapter and sets the servletInstance to the EjbWebServiceServlet
so that its service method is invoked whenever a request maps to this Adapter
|
| HandlerResolverImpl |
This implements the HandlerResolver interface introduced in JAXWS
|
| ImplementorCacheDelegateImpl |
This class extends the behavior of ImplementorCache in order to
interpose on lifecycle events for the creation and destruction of
ties/servants for servlet web service endpoints.
|
| Import | |
| InstanceResolverImpl<T> | |
| InvokerImpl |
Implements JAXWS's Invoker interface to call the endpoint method
|
| JAXRPCCodeGenFacadeImpl |
This class is responsible for generating all non portable
jax-rpc artifacts for a single .ear or standalone module
It will be used for webservice clients
|
| JAXRPCServlet |
The JAX-RPC dispatcher servlet.
|
| JAXWSAdapterRegistry |
Registry of JAXWS Adapter of endpoints.
|
| JAXWSContainer | |
| JAXWSServiceDelegate |
Used as a delegate to concrete JAXWS
Service implementation.
|
| JAXWSServlet |
The JAX-WS dispatcher servlet.
|
| JAXWSServletModule |
Implementation of JAX-WS ServletModule SPI used by WSIT WS-MetadataExchange.
|
| LogUtils | |
| MonitoringPipe |
This pipe is used to do app server monitoring
|
| PortCreationCallbackImpl |
This is way port creation calls are going to be intercepted in JAXWS2.1
|
| PortInfoImpl |
Implementation of the PortInfo interface.
|
| ResourceInjectorImpl |
JAXWS Container call back to inject servlet endpoints
|
| ServerPipeCreator |
This is used by JAXWSContainer to return proper 196 security and
app server monitoing pipes to the StandAlonePipeAssembler and
TangoPipeAssembler
|
| ServiceInvocationHandler |
InvocationHandler used to intercept calls to concrete JAXRPC
Service implementation.
|
| ServletImplInvocationHandler |
InvocationHandler used to delegate calls to JAXRPC servlet impls
that aren't subtypes of their associated Service Endpoint Interface.
|
| ServletPostHandler |
This handler is inserted last in the handler chain for an
servlet web service endpoint.
|
| ServletPreHandler |
This handler is inserted first in the handler chain for an
servlet web service endpoint.
|
| ServletWebServiceDelegate |
This class is delegated to by the container-provided servlet-class that is written into the
web.xml at deployment time.
|
| SingleThreadJAXRPCServlet |
Single-threaded JAXRPC Servlet
|
| SOAPMessageContextImpl |
Implementation of SOAPMessageContext
|
| WebServiceContextImpl |
NOT THREAD SAFE: mutable instance variables
|
| WebServiceContractImpl |
This is the implementation class which will provide the implementation
to access the injected fields like the NamingManager , ComponentEnvManager
|
| WebServiceDeploymentNotifierImpl |
WebServiceDeploymentNotifier notifier implementation. |
| WebServiceEjbEndpointRegistry |
This class acts as a registry of all the webservice EJB end points
enabled in this application server.
|
| WebServiceReferenceManagerImpl |
This class acts as a service to resolve the
javax.xml.ws.WebServiceRef references
and also
javax.xml.ws.WebServiceContext
Whenever a lookup is done from GlassfishNamingManagerImpl
these methods are invoked to resolve the references |
| WebServicesApplication |
This class implements the ApplicationContainer and will be used
to register endpoints to the grizzly ServletAdapter
|
| WebServicesContainer |
Web services container service
|
| WebServicesDeployer |
Webservices module deployer.
|
| WSClientContainer | |
| WsCompile |
This implementation of WsCompile should be used only internally
at deployment time (or j2eec).
|
| WSContainerResolver |
App Server container resolver for registering client side
security pipe
|
| WSServletContextListener |
This class serves for initialization of JAX-WS WSEndpoints when the context
is initialized on deployment.
|
| WsUtil |
Web service related utilities.
|
Copyright © 2019. All rights reserved.