Uses of Interface
com.sun.xml.ws.api.pipe.Pipe
-
Packages that use Pipe Package Description com.sun.xml.ws.addressing com.sun.xml.ws.addressing.v200408 com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.api.pipe.helper Default partial implementations ofPipe.com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.server.sei com.sun.xml.ws.transport 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 Modifier and Type Class Description classW3CWsaClientTubeclassW3CWsaServerTubeclassWsaClientTubeWsaClientTube appears in the Tubeline only if addressing is enabled.classWsaServerTubeHandles 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 Modifier and Type Class Description classMemberSubmissionWsaClientTubeclassMemberSubmissionWsaServerTube -
Uses of Pipe in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe with type parameters of type Pipe Modifier and Type Method Description abstract <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 Pipe Modifier and Type Method Description static PipePipeCloner. clone(Pipe p)Deprecated.Pipeversion ofTubeCloner.clone(Tube)PipePipe. copy(PipeCloner cloner)Deprecated.Creates an identical clone of thisPipe.static PipeTransportPipeFactory. create(ClassLoader classLoader, ClientPipeAssemblerContext context)PipePipelineAssembler. createClient(ClientPipeAssemblerContext context)Creates a new pipeline for clients.PipeClientPipeAssemblerContext. createClientMUPipe(Pipe next)Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.PipeClientPipeAssemblerContext. createDumpPipe(String name, PrintStream out, Pipe next)Deprecated.creates aPipethat dumps messages that pass through.PipeServerPipeAssemblerContext. createDumpPipe(String name, PrintStream out, Pipe next)Deprecated.creates aPipethat dumps messages that pass through.PipeClientPipeAssemblerContext. createHandlerPipe(Pipe next)Deprecated.Creates aPipethat invokes protocol and logical handlers.PipeServerPipeAssemblerContext. createHandlerPipe(Pipe next)Deprecated.Creates aPipethat invokes protocol and logical handlers.PipeServerPipeAssemblerContext. createMonitoringPipe(Pipe next)Deprecated.Creates aPipethat does the monitoring of the invocation for a containerPipeClientPipeAssemblerContext. createSecurityPipe(Pipe next)Deprecated.Creates aTubethat adds container specific securityPipeServerPipeAssemblerContext. createSecurityPipe(Pipe next)Deprecated.Creates aPipethat adds container specific securityPipePipelineAssembler. createServer(ServerPipeAssemblerContext context)Creates a new pipeline for servers.PipeServerPipeAssemblerContext. createServerMUPipe(Pipe next)Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.PipeClientPipeAssemblerContext. createTransportPipe()Deprecated.Creates a transport pipe (for client), which becomes the terminal pipe.PipeClientPipeAssemblerContext. createValidationPipe(Pipe next)Deprecated.creates aPipethat validates messages against schemaPipeServerPipeAssemblerContext. createValidationPipe(Pipe next)Deprecated.creates aPipethat validates messages against schemaPipeClientPipeAssemblerContext. createWsaPipe(Pipe next)Deprecated.Creates aPipethat performs WS-Addressig processing.PipeServerPipeAssemblerContext. 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.PipeServerPipeAssemblerContext. getTerminalPipe()Deprecated.The lastPipein the pipeline.Methods in com.sun.xml.ws.api.pipe with parameters of type Pipe Modifier and Type Method Description abstract voidPipeCloner. add(Pipe original, Pipe copy)Deprecated.ThePipeversion ofTubeCloner.add(Tube, Tube).voidPipeClonerImpl. add(Pipe original, Pipe copy)ThePipeversion ofPipeClonerImpl.add(Tube, Tube).static PipePipeCloner. clone(Pipe p)Deprecated.Pipeversion ofTubeCloner.clone(Tube)PipeClientPipeAssemblerContext. createClientMUPipe(Pipe next)Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.PipeClientPipeAssemblerContext. createDumpPipe(String name, PrintStream out, Pipe next)Deprecated.creates aPipethat dumps messages that pass through.PipeServerPipeAssemblerContext. createDumpPipe(String name, PrintStream out, Pipe next)Deprecated.creates aPipethat dumps messages that pass through.PipeClientPipeAssemblerContext. createHandlerPipe(Pipe next)Deprecated.Creates aPipethat invokes protocol and logical handlers.PipeServerPipeAssemblerContext. createHandlerPipe(Pipe next)Deprecated.Creates aPipethat invokes protocol and logical handlers.PipeServerPipeAssemblerContext. createMonitoringPipe(Pipe next)Deprecated.Creates aPipethat does the monitoring of the invocation for a containerPipeClientPipeAssemblerContext. createSecurityPipe(Pipe next)Deprecated.Creates aTubethat adds container specific securityPipeServerPipeAssemblerContext. createSecurityPipe(Pipe next)Deprecated.Creates aPipethat adds container specific securityPipeServerPipeAssemblerContext. createServerMUPipe(Pipe next)Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.PipeClientPipeAssemblerContext. createValidationPipe(Pipe next)Deprecated.creates aPipethat validates messages against schemaPipeServerPipeAssemblerContext. createValidationPipe(Pipe next)Deprecated.creates aPipethat validates messages against schemaPipeClientPipeAssemblerContext. createWsaPipe(Pipe next)Deprecated.Creates aPipethat performs WS-Addressig processing.PipeServerPipeAssemblerContext. 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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Pipe Modifier and Type Class Description classcom.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImplConvenient default implementation for filteringTube.classcom.sun.xml.ws.api.pipe.helper.AbstractTubeImplBase class forTubeimplementation. -
Uses of Pipe in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return Pipe Modifier and Type Method Description PipeServerPipelineHook. createMonitoringPipe(ServerPipeAssemblerContext ctxt, Pipe tail)Called during the pipeline construction process once to allow a container to register a pipe for monitoring.PipeServerPipelineHook. 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 Modifier and Type Method Description PipeServerPipelineHook. createMonitoringPipe(ServerPipeAssemblerContext ctxt, Pipe tail)Called during the pipeline construction process once to allow a container to register a pipe for monitoring.PipeServerPipelineHook. 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.server
Classes in com.sun.xml.ws.server that implement Pipe Modifier and Type Class Description classInvokerTube<T>Base code forProviderInvokerTubeandSEIInvokerTube.classServerSchemaValidationTubeTubethat does the schema validation on the server side. -
Uses of Pipe in com.sun.xml.ws.server.sei
Classes in com.sun.xml.ws.server.sei with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Pipe Modifier and Type Class Description classcom.sun.xml.ws.server.sei.InvokerTube<T extends com.sun.xml.ws.server.sei.Invoker>Base class forInvokerTuberestored to allow for containers to specify alternate implementations of SEI-based invoking. -
Uses of Pipe in com.sun.xml.ws.transport
Classes in com.sun.xml.ws.transport that implement Pipe Modifier and Type Class Description classDeferredTransportPipeProxy transportTubeandPipethat lazily determines the actual transport pipe by looking atPacket.endpointAddress. -
Uses of Pipe in com.sun.xml.ws.util.pipe
Classes in com.sun.xml.ws.util.pipe with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Pipe Modifier and Type Class Description classcom.sun.xml.ws.util.pipe.AbstractSchemaValidationTubeTubethat does the schema validation.
-