Class ClientPipeAssemblerContext

    • Method Detail

      • createDumpPipe

        public Pipe createDumpPipe​(String name,
                                   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.