com.sun.xml.ws.api.pipe
Class ClientPipeAssemblerContext

java.lang.Object
  extended by com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
      extended by com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext

Deprecated. Use ClientTubeAssemblerContext.

public final class ClientPipeAssemblerContext
extends ClientTubeAssemblerContext

Factory for well-known Pipe implementations that the PipelineAssembler needs to use to satisfy JAX-WS requirements.


Constructor Summary
ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding)
          Deprecated.  
ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)
          Deprecated.  
 
Method Summary
 Pipe createClientMUPipe(Pipe next)
          Deprecated. Creates a Pipe that performs SOAP mustUnderstand processing.
 Pipe createDumpPipe(java.lang.String name, java.io.PrintStream out, Pipe next)
          Deprecated. creates a Pipe that dumps messages that pass through.
 Pipe createHandlerPipe(Pipe next)
          Deprecated. Creates a Pipe that invokes protocol and logical handlers.
 Pipe createSecurityPipe(Pipe next)
          Deprecated. Creates a Tube that adds container specific security
 Pipe createTransportPipe()
          Deprecated. Creates a transport pipe (for client), which becomes the terminal pipe.
 Pipe createValidationPipe(Pipe next)
          Deprecated. creates a Pipe that validates messages against schema
 Pipe createWsaPipe(Pipe next)
          Deprecated. Creates a Pipe that performs WS-Addressig processing.
 
Methods inherited from class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
createClientMUTube, createDumpTube, createHandlerTube, createSecurityTube, createTransportTube, createValidationTube, createWsaTube, getAddress, getBinding, getBindingProvider, getCodec, getContainer, getPortInfo, getSEI, getSEIModel, getService, getWsdlModel, setCodec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientPipeAssemblerContext

public ClientPipeAssemblerContext(@NotNull
                                  EndpointAddress address,
                                  @NotNull
                                  WSDLPort wsdlModel,
                                  @NotNull
                                  WSService rootOwner,
                                  @NotNull
                                  WSBinding binding)
Deprecated. 

ClientPipeAssemblerContext

public ClientPipeAssemblerContext(@NotNull
                                  EndpointAddress address,
                                  @NotNull
                                  WSDLPort wsdlModel,
                                  @NotNull
                                  WSService rootOwner,
                                  @NotNull
                                  WSBinding binding,
                                  @NotNull
                                  Container container)
Deprecated. 
Method Detail

createDumpPipe

public Pipe createDumpPipe(java.lang.String name,
                           java.io.PrintStream out,
                           Pipe next)
Deprecated. 
creates a Pipe that dumps messages that pass through.


createWsaPipe

public Pipe createWsaPipe(Pipe next)
Deprecated. 
Creates a Pipe that performs WS-Addressig processing. This pipe should be before ClientMUTube.


createClientMUPipe

public Pipe createClientMUPipe(Pipe next)
Deprecated. 
Creates a Pipe that performs SOAP mustUnderstand processing. This pipe should be before HandlerPipes.


createValidationPipe

public Pipe createValidationPipe(Pipe next)
Deprecated. 
creates a Pipe that validates messages against schema


createHandlerPipe

public Pipe createHandlerPipe(Pipe next)
Deprecated. 
Creates a Pipe that invokes protocol and logical handlers.


createSecurityPipe

@NotNull
public Pipe createSecurityPipe(@NotNull
                                       Pipe next)
Deprecated. 
Creates a Tube that adds container specific security


createTransportPipe

public Pipe createTransportPipe()
Deprecated. 
Creates a transport pipe (for client), which becomes the terminal pipe.



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.