Package | Description |
---|---|
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Adapter<TK extends Adapter.Toolkit>
Receives incoming messages from a transport (such as HTTP, JMS, etc)
in a transport specific way, and delivers it to
WSEndpoint.PipeHead.process(com.sun.xml.ws.api.message.Packet, com.sun.xml.ws.api.server.WebServiceContextDelegate, com.sun.xml.ws.api.server.TransportBackChannel) . |
Modifier and Type | Class and Description |
---|---|
class |
HttpAdapter
Adapter that receives messages in HTTP. |
Modifier and Type | Class and Description |
---|---|
class |
ServerAdapter
HttpAdapter for Endpoint API. |
Modifier and Type | Class and Description |
---|---|
class |
ServletAdapter
HttpAdapter for servlets. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.