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.addressing.v200408   
com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API. 
com.sun.xml.ws.api.client   
com.sun.xml.ws.api.databinding   
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
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.security.secconv.client   
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.assembler   
com.sun.xml.ws.assembler.dev   
com.sun.xml.ws.assembler.jaxws   
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.db   
com.sun.xml.ws.dump   
com.sun.xml.ws.encoding   
com.sun.xml.ws.encoding.fastinfoset   
com.sun.xml.ws.encoding.xml   
com.sun.xml.ws.handler   
com.sun.xml.ws.metro.api.config.management   
com.sun.xml.ws.mex.server   
com.sun.xml.ws.protocol.soap   
com.sun.xml.ws.rx.mc.runtime   
com.sun.xml.ws.rx.rm.runtime   
com.sun.xml.ws.rx.testing   
com.sun.xml.ws.rx.util   
com.sun.xml.ws.security.encoding   
com.sun.xml.ws.security.message.stream   
com.sun.xml.ws.security.secconv   
com.sun.xml.ws.security.secconv.impl.client   
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.client   
com.sun.xml.ws.transport.tcp.client   
com.sun.xml.ws.transport.tcp.encoding   
com.sun.xml.ws.transport.tcp.server   
com.sun.xml.ws.transport.tcp.util   
com.sun.xml.ws.tx.at.runtime   
com.sun.xml.ws.tx.at.tube   
com.sun.xml.ws.util   
com.sun.xml.ws.util.pipe   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
com.sun.xml.xwss   
 

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.addressing.v200408
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.databinding
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.api.message
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.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 finishes execution.
Fiber.Listener
          Deprecated. Use NextAction.suspend(Runnable)
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.security.secconv.client
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.api.server
Codec
          Encodes a Message (its XML infoset and attachments) to a sequence of bytes.
Engine
          Collection of Fibers.
FiberContextSwitchInterceptor
          Interception for Fiber context switch.
Pipe
          Deprecated. Use Tube.
ServerPipeAssemblerContext
          Deprecated. Use ServerTubeAssemblerContext.
ServerTubeAssemblerContext
          Factory for well-known server Tube implementations that the TubelineAssembler needs to use to satisfy JAX-WS requirements.
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.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.assembler
ClientTubeAssemblerContext
          Factory for well-known Tube implementations that the TubelineAssembler needs to use to satisfy JAX-WS requirements.
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.
TubelineAssembler
          Creates a tubeline.
TubelineAssemblerFactory
          Creates TubelineAssembler.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.assembler.dev
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.
Pipe
          Deprecated. Use Tube.
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.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.assembler.jaxws
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.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
          User-level thread. Represents the execution of one request/response processing.
Fiber.CompletionCallback
          Callback to be invoked when a Fiber finishes execution.
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.client.dispatch
Fiber
          User-level thread. Represents the execution of one request/response processing.
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 finishes 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.db
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.dump
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.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.fastinfoset
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).
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.metro.api.config.management
Codec
          Encodes a Message (its XML infoset and attachments) to a sequence of bytes.
FiberContextSwitchInterceptor
          Interception for Fiber context switch.
ServerTubeAssemblerContext
          Factory for well-known server Tube implementations that the TubelineAssembler needs to use to satisfy JAX-WS requirements.
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.
 

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

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.rx.mc.runtime
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.rx.rm.runtime
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.rx.testing
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.rx.util
Fiber
          User-level thread. Represents the execution of one request/response processing.
Fiber.CompletionCallback
          Callback to be invoked when a Fiber finishes execution.
FiberContextSwitchInterceptor
          Interception for Fiber context switch.
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.security.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).
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.security.message.stream
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.security.secconv
Pipe
          Deprecated. Use Tube.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.ws.security.secconv.impl.client
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
Codec
          Encodes a Message (its XML infoset and attachments) to a sequence of bytes.
Engine
          Collection of Fibers.
FiberContextSwitchInterceptor
          Interception for Fiber context switch.
NextAction
          Indicates what shall happen after Tube.processRequest(Packet) or Tube.processResponse(Packet) returns.
Pipe
          Deprecated. Use Tube.
ServerTubeAssemblerContext
          Factory for well-known server Tube implementations that the TubelineAssembler needs to use to satisfy JAX-WS requirements.
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.
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
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.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.tcp.client
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).
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.transport.tcp.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).
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.transport.tcp.server
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.tcp.util
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.tx.at.runtime
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.tx.at.tube
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.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.
 

Classes in com.sun.xml.ws.api.pipe used by com.sun.xml.wss.jaxws.impl
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.wss.provider.wsit
ClientPipeAssemblerContext
          Deprecated. Use ClientTubeAssemblerContext.
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.xwss
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.
TubelineAssembler
          Creates a tubeline.
TubelineAssemblerFactory
          Creates TubelineAssembler.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.