Interface | Description |
---|---|
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 finishes execution. |
Fiber.Listener | Deprecated |
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 | Description |
---|---|
ClientPipeAssemblerContext | Deprecated |
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
Fiber s. |
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 |
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.
|
ThrowableContainerPropertySet |
When using
Dispatch <Packet > and the invocation completes with a Throwable, it is
useful to be able to inspect the Packet in addition to the Throwable as the Packet contains
meta-data about the request and/or response. |
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.Copyright © 2015 Oracle Corporation. All rights reserved.