Package com.sun.xml.ws.api.pipe
package com.sun.xml.ws.api.pipe
Pipe and related abstractions.-
ClassDescriptionDeprecated.Factory for well-known
Tubeimplementations that theTubelineAssemblerneeds to use to satisfy JAX-WS requirements.Encodes aMessage(its XML infoset and attachments) to a sequence of bytes.Factory methods for some of theCodecimplementations.A Content-Type transport header that will be returned byCodec.encode(com.sun.xml.ws.api.message.Packet, java.io.OutputStream).Collection ofFibers.User-level thread. Represents the execution of one request/response processing.Callback to be invoked when aFiberfinishes execution.Deprecated.Interception forFibercontext switch.Abstraction of the execution that happens inside the interceptor.Factory for (@link FiberContextSwitchInterceptor} instancesIndicates what shall happen afterTube.processRequest(Packet)orTube.processResponse(Packet)returns.Deprecated.UseTube.Deprecated.UseTubeCloner.Clones the whole pipeline.Creates a pipeline.Deprecated.UseTubelineAssemblerFactoryinstead.Deprecated.Factory for well-known serverTubeimplementations that theTubelineAssemblerneeds to use to satisfy JAX-WS requirements.Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.Factory methods of various stubs.Feature used to request starting a fiber synchronous to the calling thread but allowing it to later switch to run asynchronously to that thread.When usingDispatch<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.Factory for transport pipes that enables transport pluggability.Factory for transport tubes that enables transport pluggability.Abstraction of the intermediate layers in the processing chain and transport.Clones the whole pipeline.Creates a tubeline.CreatesTubelineAssembler.
ClientTubeAssemblerContext.