|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSHTTPConnection | |
---|---|
com.sun.xml.ws.transport.http | |
com.sun.xml.ws.transport.http.server | |
com.sun.xml.ws.transport.http.servlet | Servlet transport for the JAX-WS RI. |
com.sun.xml.ws.transport.local | Transport implementations that work inside the single JVM. |
Uses of WSHTTPConnection in com.sun.xml.ws.transport.http |
---|
Fields in com.sun.xml.ws.transport.http declared as WSHTTPConnection | |
---|---|
(package private) WSHTTPConnection |
HttpAdapter.Oneway.con
|
Methods in com.sun.xml.ws.transport.http with parameters of type WSHTTPConnection | |
---|---|
protected void |
HttpAdapter.AsyncTransport.encodePacket(WSHTTPConnection con,
Packet packet,
Codec codec)
|
protected String |
HttpAdapter.AsyncTransport.getAcceptableMimeTypes(WSHTTPConnection con)
|
protected PropertySet |
HttpAdapter.AsyncTransport.getPropertySet(WSHTTPConnection con)
|
protected TransportBackChannel |
HttpAdapter.AsyncTransport.getTransportBackChannel(WSHTTPConnection con)
|
protected WebServiceContextDelegate |
HttpAdapter.AsyncTransport.getWebServiceContextDelegate(WSHTTPConnection con)
|
void |
HttpAdapter.handle(WSHTTPConnection connection)
Receives the incoming HTTP connection and dispatches it to JAX-WS. |
void |
HttpAdapter.HttpToolkit.handle(WSHTTPConnection con)
|
void |
HttpAdapter.AsyncTransport.handleAsync(WSHTTPConnection con)
|
abstract boolean |
HttpMetadataPublisher.handleMetadataRequest(HttpAdapter adapter,
WSHTTPConnection connection)
When HttpAdapter receives a GET request with a query string
(which is a convention for metadata requests, such as '?wsdl' or '?xsd=...'),
then this method is invoked to allow components to intercept the request. |
void |
HttpAdapter.invokeAsync(WSHTTPConnection con)
|
void |
HttpAdapter.publishWSDL(WSHTTPConnection con)
Sends out the WSDL (and other referenced documents) in response to the GET requests to URLs like "?wsdl" or "?xsd=2". |
Constructors in com.sun.xml.ws.transport.http with parameters of type WSHTTPConnection | |
---|---|
HttpAdapter.Oneway(WSHTTPConnection con)
|
Uses of WSHTTPConnection in com.sun.xml.ws.transport.http.server |
---|
Subclasses of WSHTTPConnection in com.sun.xml.ws.transport.http.server | |
---|---|
(package private) class |
ServerConnectionImpl
WSHTTPConnection used with Java SE endpoints. |
Uses of WSHTTPConnection in com.sun.xml.ws.transport.http.servlet |
---|
Subclasses of WSHTTPConnection in com.sun.xml.ws.transport.http.servlet | |
---|---|
(package private) class |
ServletConnectionImpl
WSHTTPConnection implemented for HttpServlet . |
Uses of WSHTTPConnection in com.sun.xml.ws.transport.local |
---|
Subclasses of WSHTTPConnection in com.sun.xml.ws.transport.local | |
---|---|
(package private) class |
LocalConnectionImpl
WSHTTPConnection implemented for the local transport. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |