|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pipe | |
|---|---|
| com.sun.xml.ws.addressing | |
| com.sun.xml.ws.addressing.v200408 | |
| 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.assembler.dev | |
| com.sun.xml.ws.client | JAX-WS 2.0.1 Client Runtime |
| com.sun.xml.ws.dump | |
| 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.util.pipe | |
| Uses of Pipe in com.sun.xml.ws.addressing |
|---|
| Classes in com.sun.xml.ws.addressing that implement Pipe | |
|---|---|
class |
W3CWsaClientTube
|
class |
W3CWsaServerTube
|
class |
WsaClientTube
WsaClientTube appears in the Tubeline only if addressing is enabled. |
class |
WsaServerTube
Handles WS-Addressing for the server. |
| Uses of Pipe in com.sun.xml.ws.addressing.v200408 |
|---|
| Classes in com.sun.xml.ws.addressing.v200408 that implement Pipe | |
|---|---|
class |
MemberSubmissionWsaClientTube
|
class |
MemberSubmissionWsaServerTube
|
| 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 | ||
|---|---|---|
|
PipeClonerImpl.copy(T p)
Pipe version of PipeClonerImpl.copy(Tube) |
|
abstract
|
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(java.lang.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 |
ServerPipeAssemblerContext.createDumpPipe(java.lang.String name,
java.io.PrintStream out,
Pipe next)
Deprecated. creates a Pipe that dumps messages that pass through. |
Pipe |
ClientPipeAssemblerContext.createDumpPipe(java.lang.String name,
java.io.PrintStream out,
Pipe next)
Deprecated. creates a Pipe that dumps messages that pass through. |
Pipe |
ServerPipeAssemblerContext.createHandlerPipe(Pipe next)
Deprecated. Creates a Pipe that invokes protocol and logical handlers. |
Pipe |
ClientPipeAssemblerContext.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 |
ServerPipeAssemblerContext.createSecurityPipe(Pipe next)
Deprecated. Creates a Pipe that adds container specific security |
Pipe |
ClientPipeAssemblerContext.createSecurityPipe(Pipe next)
Deprecated. Creates a Tube 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 |
ServerPipeAssemblerContext.createValidationPipe(Pipe next)
Deprecated. creates a Pipe that validates messages against schema |
Pipe |
ClientPipeAssemblerContext.createValidationPipe(Pipe next)
Deprecated. creates a Pipe that validates messages against schema |
Pipe |
ServerPipeAssemblerContext.createWsaPipe(Pipe next)
Deprecated. Creates WS-Addressing pipe |
Pipe |
ClientPipeAssemblerContext.createWsaPipe(Pipe next)
Deprecated. Creates a Pipe that performs WS-Addressig processing. |
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 |
PipeClonerImpl.add(Pipe original,
Pipe copy)
The Pipe version of PipeClonerImpl.add(Tube, Tube). |
abstract 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 |
ServerPipeAssemblerContext.createDumpPipe(java.lang.String name,
java.io.PrintStream out,
Pipe next)
Deprecated. creates a Pipe that dumps messages that pass through. |
Pipe |
ClientPipeAssemblerContext.createDumpPipe(java.lang.String name,
java.io.PrintStream out,
Pipe next)
Deprecated. creates a Pipe that dumps messages that pass through. |
Pipe |
ServerPipeAssemblerContext.createHandlerPipe(Pipe next)
Deprecated. Creates a Pipe that invokes protocol and logical handlers. |
Pipe |
ClientPipeAssemblerContext.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 |
ServerPipeAssemblerContext.createSecurityPipe(Pipe next)
Deprecated. Creates a Pipe that adds container specific security |
Pipe |
ClientPipeAssemblerContext.createSecurityPipe(Pipe next)
Deprecated. Creates a Tube that adds container specific security |
Pipe |
ServerPipeAssemblerContext.createServerMUPipe(Pipe next)
Deprecated. Creates a Pipe that performs SOAP mustUnderstand processing. |
Pipe |
ServerPipeAssemblerContext.createValidationPipe(Pipe next)
Deprecated. creates a Pipe that validates messages against schema |
Pipe |
ClientPipeAssemblerContext.createValidationPipe(Pipe next)
Deprecated. creates a Pipe that validates messages against schema |
Pipe |
ServerPipeAssemblerContext.createWsaPipe(Pipe next)
Deprecated. Creates WS-Addressing pipe |
Pipe |
ClientPipeAssemblerContext.createWsaPipe(Pipe next)
Deprecated. Creates a Pipe that performs WS-Addressig processing. |
| 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.assembler.dev |
|---|
| Methods in com.sun.xml.ws.assembler.dev that return Pipe | |
|---|---|
Pipe |
TubelineAssemblyContext.getAdaptedTubelineHead()
|
| 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.dump |
|---|
| Classes in com.sun.xml.ws.dump that implement Pipe | |
|---|---|
class |
LoggingDumpTube
|
| 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. |
class |
ServerMUTube
|
| Uses of Pipe in com.sun.xml.ws.server |
|---|
| Classes in com.sun.xml.ws.server that implement Pipe | |
|---|---|
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 | |
|---|---|
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. |
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 |
InvokerTube<T extends Invoker>
Base class for InvokerTube restored
to allow for containers to specify alternate implementations of SEI-based
invoking. |
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
Tube that sends a request to a remote HTTP server. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||