Module com.sun.xml.ws
Package com.sun.xml.ws.api.pipe
Pipe and related abstractions.-
Interface Summary Interface Description Codec Encodes aMessage(its XML infoset and attachments) to a sequence of bytes.ContentType A Content-Type transport header that will be returned byCodec.encode(com.sun.xml.ws.api.message.Packet, java.io.OutputStream).Fiber.CompletionCallback Callback to be invoked when aFiberfinishes execution.Fiber.Listener Deprecated. FiberContextSwitchInterceptor Interception forFibercontext switch.FiberContextSwitchInterceptor.Work<R,P> Abstraction of the execution that happens inside the interceptor.FiberContextSwitchInterceptorFactory Factory for (@link FiberContextSwitchInterceptor} instancesPipe Deprecated. UseTube.PipelineAssembler Creates a pipeline.SOAPBindingCodec StreamSOAPCodec Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.Tube Abstraction of the intermediate layers in the processing chain and transport.TubelineAssembler Creates a tubeline. -
Class Summary Class Description ClientPipeAssemblerContext Deprecated. ClientTubeAssemblerContext Factory for well-knownTubeimplementations that theTubelineAssemblerneeds to use to satisfy JAX-WS requirements.Codecs Factory methods for some of theCodecimplementations.Engine Collection ofFibers.Fiber User-level thread. Represents the execution of one request/response processing.NextAction Indicates what shall happen afterTube.processRequest(Packet)orTube.processResponse(Packet)returns.PipeCloner Deprecated. UseTubeCloner.PipeClonerImpl Clones the whole pipeline.PipelineAssemblerFactory Deprecated. UseTubelineAssemblerFactoryinstead.ServerPipeAssemblerContext Deprecated. ServerTubeAssemblerContext Factory for well-known serverTubeimplementations that theTubelineAssemblerneeds 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 TransportPipeFactory Factory for transport pipes that enables transport pluggability.TransportTubeFactory Factory for transport tubes that enables transport pluggability.TubeCloner Clones the whole pipeline.TubelineAssemblerFactory CreatesTubelineAssembler.