| AdapterInvocationInfo |
This class stores information for EjbRuntimeInfo
It stores the invocation object and the servlet Adapter
|
| Ejb3MessageDispatcher |
Implementation of the Ejb Message Dispatcher for EJB3 endpoints.
|
| 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.
|
| 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
|
| Import |
|
| InstanceResolverImpl<T> |
|
| InvokerImpl |
Implements JAXWS's Invoker interface to call the endpoint method
|
| 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
|
| ServletImplInvocationHandler |
InvocationHandler used to delegate calls to JAXRPC servlet impls
that aren't subtypes of their associated Service Endpoint Interface.
|
| 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 |
|
| 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
jakarta.xml.ws.WebServiceRef references and also
jakarta.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 |
|
| 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.
|