Uses of Interface
com.sun.xml.ws.api.config.management.Reconfigurable
-
Packages that use Reconfigurable 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.com.sun.xml.ws.transport.tcp.server -
-
Uses of Reconfigurable in com.sun.xml.ws.api.server
Classes in com.sun.xml.ws.api.server that implement Reconfigurable Modifier and Type Class Description classAdapter<TK extends Adapter.Toolkit>Receives incoming messages from a transport (such as HTTP, JMS, etc) in a transport specific way, and delivers it toWSEndpoint.PipeHead.process(com.sun.xml.ws.api.message.Packet, com.sun.xml.ws.api.server.WebServiceContextDelegate, com.sun.xml.ws.api.server.TransportBackChannel). -
Uses of Reconfigurable in com.sun.xml.ws.transport.http
Classes in com.sun.xml.ws.transport.http that implement Reconfigurable Modifier and Type Class Description classHttpAdapterAdapterthat receives messages in HTTP. -
Uses of Reconfigurable in com.sun.xml.ws.transport.http.server
Classes in com.sun.xml.ws.transport.http.server that implement Reconfigurable Modifier and Type Class Description classServerAdapterHttpAdapterfor Endpoint API. -
Uses of Reconfigurable in com.sun.xml.ws.transport.http.servlet
Classes in com.sun.xml.ws.transport.http.servlet that implement Reconfigurable Modifier and Type Class Description classServletAdapterHttpAdapterfor servlets. -
Uses of Reconfigurable in com.sun.xml.ws.transport.tcp.server
Classes in com.sun.xml.ws.transport.tcp.server that implement Reconfigurable Modifier and Type Class Description classTCPAdapterclassTCPServiceChannelWSAdapter
-