Package | Description |
---|---|
com.sun.xml.ws.transport.http.servlet |
Servlet transport for the JAX-WS RI.
|
Modifier and Type | Field and Description |
---|---|
List<ServletAdapter> |
WSServletDelegate.adapters
All
ServletAdapter s that are deployed in the current web appliation. |
Modifier and Type | Method and Description |
---|---|
protected ServletAdapter |
ServletAdapterList.createHttpAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint) |
protected ServletAdapter |
WSServletDelegate.getTarget(javax.servlet.http.HttpServletRequest request)
Determines which
ServletAdapter serves the given request. |
Modifier and Type | Method and Description |
---|---|
void |
JAXWSRIDeploymentProbeProvider.deploy(ServletAdapter adpater) |
void |
JAXWSRIDeploymentProbeProvider.undeploy(ServletAdapter adapter) |
Modifier and Type | Method and Description |
---|---|
protected WSServletDelegate |
WSServletContextListener.createDelegate(List<ServletAdapter> adapters,
javax.servlet.ServletContext context)
Creates
WSServletDelegate that does the real work. |
Constructor and Description |
---|
ServletConnectionImpl(ServletAdapter adapter,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Constructor and Description |
---|
WSServletDelegate(List<ServletAdapter> adapters,
javax.servlet.ServletContext context) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.