|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Pipe and related abstractions.
See:
Description
| Interface Summary | |
|---|---|
| Codec | Encodes a Message (its XML infoset and attachments) to a sequence of bytes. |
| ContentType | A Content-Type transport header that will be returned by Codec.encode(com.sun.xml.ws.api.message.Packet, java.io.OutputStream). |
| Fiber.CompletionCallback | Callback to be invoked when a Fiber finishs execution. |
| Fiber.Listener | Callback interface for notification of suspend and resume. |
| FiberContextSwitchInterceptor | Interception for Fiber context switch. |
| FiberContextSwitchInterceptor.Work<R,P> | Abstraction of the execution that happens inside the interceptor. |
| FiberContextSwitchInterceptorFactory | Factory for (@link FiberContextSwitchInterceptor} instances |
| Pipe | Deprecated. Use Tube. |
| PipelineAssembler | Creates a pipeline. |
| SOAPBindingCodec | |
| StreamSOAPCodec | Reads events from XMLStreamReader and constructs a
Message for SOAP envelope. |
| Tube | Abstraction of the intermediate layers in the processing chain and transport. |
| TubelineAssembler | Creates a tubeline. |
| Class Summary | |
|---|---|
| ClientPipeAssemblerContext | Deprecated. Use ClientTubeAssemblerContext. |
| ClientTubeAssemblerContext | Factory for well-known Tube implementations
that the TubelineAssembler needs to use
to satisfy JAX-WS requirements. |
| Codecs | Factory methods for some of the Codec implementations. |
| Engine | Collection of Fibers. |
| Fiber | User-level thread. Represents the execution of one request/response processing. |
| NextAction | Indicates what shall happen after Tube.processRequest(Packet) or
Tube.processResponse(Packet) returns. |
| PipeCloner | Deprecated. Use TubeCloner. |
| PipeClonerImpl | Clones the whole pipeline. |
| PipelineAssemblerFactory | Deprecated. Use TubelineAssemblerFactory instead. |
| ServerPipeAssemblerContext | Deprecated. Use ServerTubeAssemblerContext. |
| ServerTubeAssemblerContext | Factory for well-known server Tube implementations
that the TubelineAssembler needs to use
to satisfy JAX-WS requirements. |
| Stubs | Factory methods of various stubs. |
| SyncStartForAsyncFeature | Feature used to request starting a fiber synchronous to the calling thread but allowing it to later switch to run asynchronously to that thread. |
| TransportPipeFactory | Factory for transport pipes that enables transport pluggability. |
| TransportTubeFactory | Factory for transport tubes that enables transport pluggability. |
| TubeCloner | Clones the whole pipeline. |
| TubelineAssemblerFactory | Creates TubelineAssembler. |
Pipe and related abstractions.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||