Uses of Interface
com.sun.xml.ws.api.pipe.Pipe

Packages that use Pipe
com.sun.xml.ws.addressing   
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.client JAX-WS 2.0.1 Client Runtime 
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.client   
com.sun.xml.ws.transport.local Transport implementations that work inside the single JVM. 
com.sun.xml.ws.util.pipe   
 

Uses of Pipe in com.sun.xml.ws.addressing
 

Classes in com.sun.xml.ws.addressing that implement Pipe
 class WsaClientTube
          WsaClientTube appears in the Tubeline only if addressing is enabled.
 class WsaServerTube
          Handles WS-Addressing for the server.
(package private)  class WsaTube
          WS-Addressing processing code shared between client and server.
 

Uses of Pipe in com.sun.xml.ws.api.client
 

Methods in com.sun.xml.ws.api.client that return Pipe
 Pipe ClientPipelineHook.createSecurityPipe(ClientPipeAssemblerContext ctxt, Pipe tail)
          Called during the pipeline construction process once to allow a container to register a pipe for security.
 

Methods in com.sun.xml.ws.api.client with parameters of type Pipe
 Pipe ClientPipelineHook.createSecurityPipe(ClientPipeAssemblerContext ctxt, Pipe tail)
          Called during the pipeline construction process once to allow a container to register a pipe for security.
 

Uses of Pipe in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe with type parameters of type Pipe
<T extends Pipe>
T
PipeCloner.copy(T p)
          Deprecated. Pipe version of TubeCloner.copy(Tube)
 

Methods in com.sun.xml.ws.api.pipe that return Pipe
static Pipe PipeCloner.clone(Pipe p)
          Deprecated. Pipe version of TubeCloner.clone(Tube)
 Pipe Pipe.copy(PipeCloner cloner)
          Deprecated. Creates an identical clone of this Pipe.
static Pipe TransportPipeFactory.create(ClassLoader classLoader, ClientPipeAssemblerContext context)
          Deprecated. Use TransportTubeFactory.create(ClassLoader, ClientTubeAssemblerContext)
 Pipe PipelineAssembler.createClient(ClientPipeAssemblerContext context)
          Creates a new pipeline for clients.
 Pipe ClientPipeAssemblerContext.createClientMUPipe(Pipe next)
          Deprecated. Creates a Pipe that performs SOAP mustUnderstand processing.
 Pipe ClientPipeAssemblerContext.createDumpPipe(String name, PrintStream out, Pipe next)
          Deprecated. creates a Pipe that dumps messages that pass through.
 Pipe ServerPipeAssemblerContext.createDumpPipe(String name, PrintStream out, Pipe next)
          Deprecated. creates a Pipe that dumps messages that pass through.
 Pipe ClientPipeAssemblerContext.createHandlerPipe(Pipe next)
          Deprecated. Creates a Pipe that invokes protocol and logical handlers.
 Pipe ServerPipeAssemblerContext.createHandlerPipe(Pipe next)
          Deprecated. Creates a Pipe that invokes protocol and logical handlers.
 Pipe ServerPipeAssemblerContext.createMonitoringPipe(Pipe next)
          Deprecated. Creates a Pipe that does the monitoring of the invocation for a container
 Pipe ClientPipeAssemblerContext.createSecurityPipe(Pipe next)
          Deprecated. Creates a Tube that adds container specific security
 Pipe ServerPipeAssemblerContext.createSecurityPipe(Pipe next)
          Deprecated. Creates a Pipe that adds container specific security
 Pipe PipelineAssembler.createServer(ServerPipeAssemblerContext context)
          Creates a new pipeline for servers.
 Pipe ServerPipeAssemblerContext.createServerMUPipe(Pipe next)
          Deprecated. Creates a Pipe that performs SOAP mustUnderstand processing.
 Pipe ClientPipeAssemblerContext.createTransportPipe()
          Deprecated. Creates a transport pipe (for client), which becomes the terminal pipe.
 Pipe ClientPipeAssemblerContext.createValidationPipe(Pipe next)
          Deprecated. creates a Pipe that validates messages against schema
 Pipe ServerPipeAssemblerContext.createValidationPipe(Pipe next)
          Deprecated. creates a Pipe that validates messages against schema
 Pipe ClientPipeAssemblerContext.createWsaPipe(Pipe next)
          Deprecated. Creates a Pipe that performs WS-Addressig processing.
 Pipe ServerPipeAssemblerContext.createWsaPipe(Pipe next)
          Deprecated. Creates WS-Addressing pipe
abstract  Pipe TransportPipeFactory.doCreate(ClientPipeAssemblerContext context)
          Creates a transport Pipe for the given port, if this factory can do so, or return null.
 Pipe ServerPipeAssemblerContext.getTerminalPipe()
          Deprecated. The last Pipe in the pipeline.
 

Methods in com.sun.xml.ws.api.pipe with parameters of type Pipe
 void PipeCloner.add(Pipe original, Pipe copy)
          Deprecated. The Pipe version of TubeCloner.add(Tube, Tube).
static Pipe PipeCloner.clone(Pipe p)
          Deprecated. Pipe version of TubeCloner.clone(Tube)
 Pipe ClientPipeAssemblerContext.createClientMUPipe(Pipe next)
          Deprecated. Creates a Pipe that performs SOAP mustUnderstand processing.
 Pipe ClientPipeAssemblerContext.createDumpPipe(String name, PrintStream out, Pipe next)
          Deprecated. creates a Pipe that dumps messages that pass through.
 Pipe ServerPipeAssemblerContext.createDumpPipe(String name, PrintStream out, Pipe next)
          Deprecated. creates a Pipe that dumps messages that pass through.
 Pipe ClientPipeAssemblerContext.createHandlerPipe(Pipe next)
          Deprecated. Creates a Pipe that invokes protocol and logical handlers.
 Pipe ServerPipeAssemblerContext.createHandlerPipe(Pipe next)
          Deprecated. Creates a Pipe that invokes protocol and logical handlers.
 Pipe ServerPipeAssemblerContext.createMonitoringPipe(Pipe next)
          Deprecated. Creates a Pipe that does the monitoring of the invocation for a container
 Pipe ClientPipeAssemblerContext.createSecurityPipe(Pipe next)
          Deprecated. Creates a Tube that adds container specific security
 Pipe ServerPipeAssemblerContext.createSecurityPipe(Pipe next)
          Deprecated. Creates a Pipe that adds container specific security
 Pipe ServerPipeAssemblerContext.createServerMUPipe(Pipe next)
          Deprecated. Creates a Pipe that performs SOAP mustUnderstand processing.
 Pipe ClientPipeAssemblerContext.createValidationPipe(Pipe next)
          Deprecated. creates a Pipe that validates messages against schema
 Pipe ServerPipeAssemblerContext.createValidationPipe(Pipe next)
          Deprecated. creates a Pipe that validates messages against schema
 Pipe ClientPipeAssemblerContext.createWsaPipe(Pipe next)
          Deprecated. Creates a Pipe that performs WS-Addressig processing.
 Pipe ServerPipeAssemblerContext.createWsaPipe(Pipe next)
          Deprecated. Creates WS-Addressing pipe
 

Uses of Pipe in com.sun.xml.ws.api.pipe.helper
 

Classes in com.sun.xml.ws.api.pipe.helper that implement Pipe
 class AbstractFilterPipeImpl
          Default implementation of Pipe that is used as a filter.
 class AbstractFilterTubeImpl
          Convenient default implementation for filtering Tube.
 class AbstractPipeImpl
          Partial default implementation of Pipe.
 class AbstractTubeImpl
          Base class for Tube implementation.
 class PipeAdapter
          Tube that invokes Pipe.
 

Fields in com.sun.xml.ws.api.pipe.helper declared as Pipe
protected  Pipe AbstractFilterPipeImpl.next
          Next pipe to call.
 

Methods in com.sun.xml.ws.api.pipe.helper that return Pipe
static Pipe PipeAdapter.adapt(Tube p)
           
 

Methods in com.sun.xml.ws.api.pipe.helper with parameters of type Pipe
static Tube PipeAdapter.adapt(Pipe p)
           
 

Constructors in com.sun.xml.ws.api.pipe.helper with parameters of type Pipe
AbstractFilterPipeImpl(Pipe next)
           
AbstractPipeImpl(Pipe that, PipeCloner cloner)
          Basis for the copy constructor.
 

Uses of Pipe in com.sun.xml.ws.api.server
 

Methods in com.sun.xml.ws.api.server that return Pipe
 Pipe ServerPipelineHook.createMonitoringPipe(ServerPipeAssemblerContext ctxt, Pipe tail)
          Called during the pipeline construction process once to allow a container to register a pipe for monitoring.
 Pipe ServerPipelineHook.createSecurityPipe(ServerPipeAssemblerContext ctxt, Pipe tail)
          Called during the pipeline construction process once to allow a container to register a pipe for security.
 

Methods in com.sun.xml.ws.api.server with parameters of type Pipe
 Pipe ServerPipelineHook.createMonitoringPipe(ServerPipeAssemblerContext ctxt, Pipe tail)
          Called during the pipeline construction process once to allow a container to register a pipe for monitoring.
 Pipe ServerPipelineHook.createSecurityPipe(ServerPipeAssemblerContext ctxt, Pipe tail)
          Called during the pipeline construction process once to allow a container to register a pipe for security.
 

Uses of Pipe in com.sun.xml.ws.client
 

Classes in com.sun.xml.ws.client that implement Pipe
 class ClientSchemaValidationTube
          Tube that does the schema validation on the client side.
 

Uses of Pipe in com.sun.xml.ws.handler
 

Classes in com.sun.xml.ws.handler that implement Pipe
 class ClientLogicalHandlerTube
           
 class ClientMessageHandlerTube
           
 class ClientSOAPHandlerTube
           
 class HandlerTube
           
 class ServerLogicalHandlerTube
           
 class ServerMessageHandlerTube
           
 class ServerSOAPHandlerTube
           
 

Uses of Pipe in com.sun.xml.ws.protocol.soap
 

Classes in com.sun.xml.ws.protocol.soap that implement Pipe
 class ClientMUTube
          Performs soap mustUnderstand processing for clients.
(package private)  class MUTube
           
 class ServerMUTube
           
 

Uses of Pipe in com.sun.xml.ws.server
 

Classes in com.sun.xml.ws.server that implement Pipe
 class InvokerTube<T>
          Base code for ProviderInvokerTube and SEIInvokerTube.
 class ServerSchemaValidationTube
          Tube that does the schema validation on the server side.
 

Uses of Pipe in com.sun.xml.ws.server.provider
 

Classes in com.sun.xml.ws.server.provider that implement Pipe
(package private)  class AsyncProviderInvokerTube<T>
          This Tube is used to invoke the AsyncProvider endpoints.
 class ProviderInvokerTube<T>
          This Tube is used to invoke the Provider and AsyncProvider endpoints.
(package private)  class SyncProviderInvokerTube<T>
          This tube is used to invoke the Provider endpoints.
 

Uses of Pipe in com.sun.xml.ws.server.sei
 

Classes in com.sun.xml.ws.server.sei that implement Pipe
 class SEIInvokerTube
          This pipe is used to invoke SEI based endpoints.
 

Uses of Pipe in com.sun.xml.ws.transport
 

Classes in com.sun.xml.ws.transport that implement Pipe
 class DeferredTransportPipe
          Proxy transport Tube and Pipe that lazily determines the actual transport pipe by looking at Packet.endpointAddress.
 

Uses of Pipe in com.sun.xml.ws.transport.http.client
 

Classes in com.sun.xml.ws.transport.http.client that implement Pipe
 class HttpTransportPipe
          Pipe and Tube that sends a request to a remote HTTP server.
 

Uses of Pipe in com.sun.xml.ws.transport.local
 

Classes in com.sun.xml.ws.transport.local that implement Pipe
(package private)  class LocalAsyncTransportTube
          Transport Tube that routes a message to a service that runs within it.
(package private)  class LocalTransportTube
          Transport Tube that routes a message to a service that runs within it.
 

Uses of Pipe in com.sun.xml.ws.util.pipe
 

Classes in com.sun.xml.ws.util.pipe that implement Pipe
 class AbstractSchemaValidationTube
          Tube that does the schema validation.
 class DumpTube
          Pipe that dumps messages that pass through.
 

Methods in com.sun.xml.ws.util.pipe that return Pipe
 Pipe StandalonePipeAssembler.createClient(ClientPipeAssemblerContext context)
           
 Pipe StandalonePipeAssembler.createServer(ServerPipeAssemblerContext context)
          On Server-side, HandlerChains cannot be changed after it is deployed.