Uses of Package
com.sun.xml.ws.api.pipe

Packages that use com.sun.xml.ws.api.pipe
com.sun.xml.ws.addressing   
com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API. 
com.sun.xml.ws.api.client   
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.api.pipe.helper Default partial implementations of Pipe
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.binding   
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.client.dispatch   
com.sun.xml.ws.client.sei   
com.sun.xml.ws.encoding   
com.sun.xml.ws.encoding.xml   
com.sun.xml.ws.handler   
com.sun.xml.ws.protocol.soap   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.ws.server.provider   
com.sun.xml.ws.server.sei   
com.sun.xml.ws.transport   
com.sun.xml.ws.transport.http   
com.sun.xml.ws.transport.http.client   
com.sun.xml.ws.transport.local Transport implementations that work inside the single JVM. 
com.sun.xml.ws.util   
com.sun.xml.ws.util.pipe   
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.addressing
NextAction
          Indicates what shall happen after Tube.processRequest(Packet) or Tube.processResponse(Packet) returns.
Pipe
          Deprecated. Use Tube.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
TubeCloner
          Clones the whole pipeline.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.api
Codec
          Encodes a Message (its XML infoset and attachments) to a sequence of bytes.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.api.client
ClientPipeAssemblerContext
          Deprecated. Use ClientTubeAssemblerContext.
Pipe
          Deprecated. Use Tube.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.api.pipe
ClientPipeAssemblerContext
          Deprecated. Use ClientTubeAssemblerContext.
ClientTubeAssemblerContext
          Factory for well-known Tube implementations that the TubelineAssembler needs to use to satisfy JAX-WS requirements.
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).
Engine
          Collection of Fibers.
Fiber
          User-level thread. Represents the execution of one request/response processing.
Fiber.CompletionCallback
          Callback to be invoked when a Fiber finishs execution.
FiberContextSwitchInterceptor
          Interception for Fiber context switch.
FiberContextSwitchInterceptor.Work
          Abstraction of the execution that happens inside the interceptor.
NextAction
          Indicates what shall happen after Tube.processRequest(Packet) or Tube.processResponse(Packet) returns.
Pipe
          Deprecated. Use Tube.
PipeCloner
          Deprecated. Use TubeCloner.
PipelineAssembler
          Creates a pipeline.
ServerPipeAssemblerContext
          Deprecated. Use ServerTubeAssemblerContext.
ServerTubeAssemblerContext
          Factory for well-known server Tube implementations that the TubelineAssembler needs to use to satisfy JAX-WS requirements.
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.
TubeCloner
          Clones the whole pipeline.
TubelineAssembler
          Creates a tubeline.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.api.pipe.helper
NextAction
          Indicates what shall happen after Tube.processRequest(Packet) or Tube.processResponse(Packet) returns.
Pipe
          Deprecated. Use Tube.
PipeCloner
          Deprecated. Use TubeCloner.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
TubeCloner
          Clones the whole pipeline.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.api.server
Codec
          Encodes a Message (its XML infoset and attachments) to a sequence of bytes.
FiberContextSwitchInterceptor
          Interception for Fiber context switch.
Pipe
          Deprecated. Use Tube.
ServerPipeAssemblerContext
          Deprecated. Use ServerTubeAssemblerContext.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.binding
Codec
          Encodes a Message (its XML infoset and attachments) to a sequence of bytes.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.client
Fiber.CompletionCallback
          Callback to be invoked when a Fiber finishs execution.
Pipe
          Deprecated. Use Tube.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
TubeCloner
          Clones the whole pipeline.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.client.dispatch
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.client.sei
Fiber.CompletionCallback
          Callback to be invoked when a Fiber finishs execution.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.encoding
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).
SOAPBindingCodec
           
StreamSOAPCodec
          Reads events from XMLStreamReader and constructs a Message for SOAP envelope.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.encoding.xml
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).
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.handler
NextAction
          Indicates what shall happen after Tube.processRequest(Packet) or Tube.processResponse(Packet) returns.
Pipe
          Deprecated. Use Tube.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
TubeCloner
          Clones the whole pipeline.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.protocol.soap
NextAction
          Indicates what shall happen after Tube.processRequest(Packet) or Tube.processResponse(Packet) returns.
Pipe
          Deprecated. Use Tube.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
TubeCloner
          Clones the whole pipeline.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.server
Codec
          Encodes a Message (its XML infoset and attachments) to a sequence of bytes.
FiberContextSwitchInterceptor
          Interception for Fiber context switch.
Pipe
          Deprecated. Use Tube.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
TubeCloner
          Clones the whole pipeline.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.server.provider
NextAction
          Indicates what shall happen after Tube.processRequest(Packet) or Tube.processResponse(Packet) returns.
Pipe
          Deprecated. Use Tube.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.server.sei
NextAction
          Indicates what shall happen after Tube.processRequest(Packet) or Tube.processResponse(Packet) returns.
Pipe
          Deprecated. Use Tube.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.transport
ClientPipeAssemblerContext
          Deprecated. Use ClientTubeAssemblerContext.
ClientTubeAssemblerContext
          Factory for well-known Tube implementations that the TubelineAssembler needs to use to satisfy JAX-WS requirements.
NextAction
          Indicates what shall happen after Tube.processRequest(Packet) or Tube.processResponse(Packet) returns.
Pipe
          Deprecated. Use Tube.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
TubeCloner
          Clones the whole pipeline.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.transport.http
Codec
          Encodes a Message (its XML infoset and attachments) to a sequence of bytes.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.transport.http.client
Codec
          Encodes a Message (its XML infoset and attachments) to a sequence of bytes.
NextAction
          Indicates what shall happen after Tube.processRequest(Packet) or Tube.processResponse(Packet) returns.
Pipe
          Deprecated. Use Tube.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
TubeCloner
          Clones the whole pipeline.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.transport.local
ClientTubeAssemblerContext
          Factory for well-known Tube implementations that the TubelineAssembler needs to use to satisfy JAX-WS requirements.
Codec
          Encodes a Message (its XML infoset and attachments) to a sequence of bytes.
NextAction
          Indicates what shall happen after Tube.processRequest(Packet) or Tube.processResponse(Packet) returns.
Pipe
          Deprecated. Use Tube.
TransportTubeFactory
          Factory for transport tubes that enables transport pluggability.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
TubeCloner
          Clones the whole pipeline.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.util
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.util.pipe
ClientPipeAssemblerContext
          Deprecated. Use ClientTubeAssemblerContext.
ClientTubeAssemblerContext
          Factory for well-known Tube implementations that the TubelineAssembler needs to use to satisfy JAX-WS requirements.
NextAction
          Indicates what shall happen after Tube.processRequest(Packet) or Tube.processResponse(Packet) returns.
Pipe
          Deprecated. Use Tube.
PipelineAssembler
          Creates a pipeline.
ServerPipeAssemblerContext
          Deprecated. Use ServerTubeAssemblerContext.
ServerTubeAssemblerContext
          Factory for well-known server Tube implementations that the TubelineAssembler needs to use to satisfy JAX-WS requirements.
Tube
          Abstraction of the intermediate layers in the processing chain and transport.
TubeCloner
          Clones the whole pipeline.
TubelineAssembler
          Creates a tubeline.