Uses of Interface
com.sun.xml.ws.api.pipe.Pipe
Packages that use Pipe
Package
Description
Pipe and related abstractions.Default partial implementations of
Pipe.APIs for hosting JAX-WS services.
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of Pipe in com.sun.xml.ws.addressing
Classes in com.sun.xml.ws.addressing that implement PipeModifier and TypeClassDescriptionclassclassclassWsaClientTube appears in the Tubeline only if addressing is enabled.classHandles 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 PipeModifier and TypeClassDescriptionclassclass -
Uses of Pipe in com.sun.xml.ws.api.client
Methods in com.sun.xml.ws.api.client that return PipeModifier and TypeMethodDescriptionClientPipelineHook.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 PipeModifier and TypeMethodDescriptionClientPipelineHook.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 PipeModifier and TypeMethodDescriptionabstract <T extends Pipe>
TPipeCloner.copy(T p) Deprecated.Pipeversion ofTubeCloner.copy(Tube)<T extends Pipe>
TPipeClonerImpl.copy(T p) Pipeversion ofPipeClonerImpl.copy(Tube)Methods in com.sun.xml.ws.api.pipe that return PipeModifier and TypeMethodDescriptionstatic PipeDeprecated.Pipeversion ofTubeCloner.clone(Tube)Pipe.copy(PipeCloner cloner) Deprecated.Creates an identical clone of thisPipe.static PipeTransportPipeFactory.create(ClassLoader classLoader, ClientPipeAssemblerContext context) Deprecated.PipelineAssembler.createClient(ClientPipeAssemblerContext context) Creates a new pipeline for clients.ClientPipeAssemblerContext.createClientMUPipe(Pipe next) Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.ClientPipeAssemblerContext.createDumpPipe(String name, PrintStream out, Pipe next) Deprecated.creates aPipethat dumps messages that pass through.ServerPipeAssemblerContext.createDumpPipe(String name, PrintStream out, Pipe next) Deprecated.creates aPipethat dumps messages that pass through.ClientPipeAssemblerContext.createHandlerPipe(Pipe next) Deprecated.Creates aPipethat invokes protocol and logical handlers.ServerPipeAssemblerContext.createHandlerPipe(Pipe next) Deprecated.Creates aPipethat invokes protocol and logical handlers.ServerPipeAssemblerContext.createMonitoringPipe(Pipe next) Deprecated.Creates aPipethat does the monitoring of the invocation for a containerClientPipeAssemblerContext.createSecurityPipe(Pipe next) Deprecated.Creates aTubethat adds container specific securityServerPipeAssemblerContext.createSecurityPipe(Pipe next) Deprecated.Creates aPipethat adds container specific securityPipelineAssembler.createServer(ServerPipeAssemblerContext context) Creates a new pipeline for servers.ServerPipeAssemblerContext.createServerMUPipe(Pipe next) Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.ClientPipeAssemblerContext.createTransportPipe()Deprecated.Creates a transport pipe (for client), which becomes the terminal pipe.ClientPipeAssemblerContext.createValidationPipe(Pipe next) Deprecated.creates aPipethat validates messages against schemaServerPipeAssemblerContext.createValidationPipe(Pipe next) Deprecated.creates aPipethat validates messages against schemaClientPipeAssemblerContext.createWsaPipe(Pipe next) Deprecated.Creates aPipethat performs WS-Addressig processing.ServerPipeAssemblerContext.createWsaPipe(Pipe next) Deprecated.Creates WS-Addressing pipeabstract PipeTransportPipeFactory.doCreate(ClientPipeAssemblerContext context) Creates a transportPipefor the given port, if this factory can do so, or return null.ServerPipeAssemblerContext.getTerminalPipe()Deprecated.The lastPipein the pipeline.Methods in com.sun.xml.ws.api.pipe with parameters of type PipeModifier and TypeMethodDescriptionabstract voidDeprecated.ThePipeversion ofTubeCloner.add(Tube, Tube).voidThePipeversion ofPipeClonerImpl.add(Tube, Tube).static PipeDeprecated.Pipeversion ofTubeCloner.clone(Tube)ClientPipeAssemblerContext.createClientMUPipe(Pipe next) Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.ClientPipeAssemblerContext.createDumpPipe(String name, PrintStream out, Pipe next) Deprecated.creates aPipethat dumps messages that pass through.ServerPipeAssemblerContext.createDumpPipe(String name, PrintStream out, Pipe next) Deprecated.creates aPipethat dumps messages that pass through.ClientPipeAssemblerContext.createHandlerPipe(Pipe next) Deprecated.Creates aPipethat invokes protocol and logical handlers.ServerPipeAssemblerContext.createHandlerPipe(Pipe next) Deprecated.Creates aPipethat invokes protocol and logical handlers.ServerPipeAssemblerContext.createMonitoringPipe(Pipe next) Deprecated.Creates aPipethat does the monitoring of the invocation for a containerClientPipeAssemblerContext.createSecurityPipe(Pipe next) Deprecated.Creates aTubethat adds container specific securityServerPipeAssemblerContext.createSecurityPipe(Pipe next) Deprecated.Creates aPipethat adds container specific securityServerPipeAssemblerContext.createServerMUPipe(Pipe next) Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.ClientPipeAssemblerContext.createValidationPipe(Pipe next) Deprecated.creates aPipethat validates messages against schemaServerPipeAssemblerContext.createValidationPipe(Pipe next) Deprecated.creates aPipethat validates messages against schemaClientPipeAssemblerContext.createWsaPipe(Pipe next) Deprecated.Creates aPipethat performs WS-Addressig processing.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 PipeModifier and TypeClassDescriptionclassDefault implementation ofPipethat is used as a filter.classConvenient default implementation for filteringTube.classPartial default implementation ofPipe.classBase class forTubeimplementation.classFields in com.sun.xml.ws.api.pipe.helper declared as PipeModifier and TypeFieldDescriptionprotected final PipeAbstractFilterPipeImpl.nextNext pipe to call.Methods in com.sun.xml.ws.api.pipe.helper that return PipeMethods in com.sun.xml.ws.api.pipe.helper with parameters of type PipeConstructors in com.sun.xml.ws.api.pipe.helper with parameters of type PipeModifierConstructorDescriptionprotectedAbstractFilterPipeImpl(Pipe next) protectedAbstractPipeImpl(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 PipeModifier and TypeMethodDescriptionServerPipelineHook.createMonitoringPipe(ServerPipeAssemblerContext ctxt, Pipe tail) Called during the pipeline construction process once to allow a container to register a pipe for monitoring.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 PipeModifier and TypeMethodDescriptionServerPipelineHook.createMonitoringPipe(ServerPipeAssemblerContext ctxt, Pipe tail) Called during the pipeline construction process once to allow a container to register a pipe for monitoring.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
Methods in com.sun.xml.ws.assembler that return Pipe -
Uses of Pipe in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return Pipe -
Uses of Pipe in com.sun.xml.ws.client
Classes in com.sun.xml.ws.client that implement Pipe -
Uses of Pipe in com.sun.xml.ws.dump
Classes in com.sun.xml.ws.dump that implement Pipe -
Uses of Pipe in com.sun.xml.ws.handler
Classes in com.sun.xml.ws.handler that implement PipeModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of Pipe in com.sun.xml.ws.protocol.soap
Classes in com.sun.xml.ws.protocol.soap that implement PipeModifier and TypeClassDescriptionclassPerforms soap mustUnderstand processing for clients.class -
Uses of Pipe in com.sun.xml.ws.server
Classes in com.sun.xml.ws.server that implement PipeModifier and TypeClassDescriptionclassInvokerTube<T>Base code forProviderInvokerTubeandSEIInvokerTube.classTubethat 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 PipeModifier and TypeClassDescriptionclassThisTubeis used to invoke theAsyncProviderendpoints.classclassThis tube is used to invoke theProviderendpoints. -
Uses of Pipe in com.sun.xml.ws.server.sei
Classes in com.sun.xml.ws.server.sei that implement PipeModifier and TypeClassDescriptionclassInvokerTube<T extends Invoker>Base class forInvokerTuberestored to allow for containers to specify alternate implementations of SEI-based invoking.classThis 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 PipeModifier and TypeClassDescriptionfinal classProxy transportTubeandPipethat lazily determines the actual transport pipe by looking atPacket.endpointAddress. -
Uses of Pipe in com.sun.xml.ws.transport.http.client
Classes in com.sun.xml.ws.transport.http.client that implement Pipe -
Uses of Pipe in com.sun.xml.ws.util.pipe
Classes in com.sun.xml.ws.util.pipe that implement PipeModifier and TypeClassDescriptionclassTubethat does the schema validation.classPipethat dumps messages that pass through.Methods in com.sun.xml.ws.util.pipe that return PipeModifier and TypeMethodDescriptionStandalonePipeAssembler.createClient(ClientPipeAssemblerContext context) StandalonePipeAssembler.createServer(ServerPipeAssemblerContext context) On Server-side, HandlerChains cannot be changed after it is deployed.
TransportTubeFactory.create(ClassLoader, ClientTubeAssemblerContext)