Uses of Class
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl

Packages that use AbstractTubeImpl
com.sun.xml.ws.addressing   
com.sun.xml.ws.addressing.v200408   
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.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.dump   
com.sun.xml.ws.handler   
com.sun.xml.ws.mex.server   
com.sun.xml.ws.protocol.soap   
com.sun.xml.ws.rx.mc.runtime   
com.sun.xml.ws.rx.rm.runtime   
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.transport.tcp.client   
com.sun.xml.ws.tx.at.tube   
com.sun.xml.ws.util.pipe   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
com.sun.xml.xwss   
 

Uses of AbstractTubeImpl in com.sun.xml.ws.addressing
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.addressing
 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 AbstractTubeImpl in com.sun.xml.ws.addressing.v200408
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.addressing.v200408
 class MemberSubmissionWsaClientTube
           
 class MemberSubmissionWsaServerTube
           
 

Uses of AbstractTubeImpl in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe with parameters of type AbstractTubeImpl
 void PipeClonerImpl.add(AbstractTubeImpl original, AbstractTubeImpl copy)
          Disambiguation version.
 

Uses of AbstractTubeImpl in com.sun.xml.ws.api.pipe.helper
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.api.pipe.helper
 class AbstractFilterTubeImpl
          Convenient default implementation for filtering Tube.
 class PipeAdapter
          Tube that invokes Pipe.
 

Methods in com.sun.xml.ws.api.pipe.helper that return AbstractTubeImpl
 AbstractTubeImpl AbstractTubeImpl.copy(PipeCloner cloner)
          Needs to be implemented by the derived class, but we can't make it abstract without upsetting javac.
abstract  AbstractTubeImpl AbstractTubeImpl.copy(TubeCloner cloner)
           
 

Constructors in com.sun.xml.ws.api.pipe.helper with parameters of type AbstractTubeImpl
AbstractTubeImpl(AbstractTubeImpl that, TubeCloner cloner)
          Copy constructor.
 

Uses of AbstractTubeImpl in com.sun.xml.ws.client
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.client
 class ClientSchemaValidationTube
          Tube that does the schema validation on the client side.
 

Methods in com.sun.xml.ws.client that return AbstractTubeImpl
 AbstractTubeImpl ClientSchemaValidationTube.copy(TubeCloner cloner)
           
 

Uses of AbstractTubeImpl in com.sun.xml.ws.dump
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.dump
 class LoggingDumpTube
           
 

Uses of AbstractTubeImpl in com.sun.xml.ws.handler
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.handler
 class ClientLogicalHandlerTube
           
 class ClientMessageHandlerTube
           
 class ClientSOAPHandlerTube
           
 class HandlerTube
           
 class ServerLogicalHandlerTube
           
 class ServerMessageHandlerTube
           
 class ServerSOAPHandlerTube
           
 

Uses of AbstractTubeImpl in com.sun.xml.ws.mex.server
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.mex.server
 class MetadataServerPipe
          This pipe handles any mex requests that come through.
 

Uses of AbstractTubeImpl in com.sun.xml.ws.protocol.soap
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.protocol.soap
 class ClientMUTube
          Performs soap mustUnderstand processing for clients.
 class ServerMUTube
           
 

Uses of AbstractTubeImpl in com.sun.xml.ws.rx.mc.runtime
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.rx.mc.runtime
 class McClientTube
           
 class McServerTube
           
 

Methods in com.sun.xml.ws.rx.mc.runtime that return AbstractTubeImpl
 AbstractTubeImpl McClientTube.copy(TubeCloner cloner)
           
 AbstractTubeImpl McServerTube.copy(TubeCloner cloner)
           
 

Uses of AbstractTubeImpl in com.sun.xml.ws.rx.rm.runtime
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.rx.rm.runtime
 class ServerTube
           
 

Uses of AbstractTubeImpl in com.sun.xml.ws.server
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.server
 class ServerSchemaValidationTube
          Tube that does the schema validation on the server side.
 

Methods in com.sun.xml.ws.server that return AbstractTubeImpl
 AbstractTubeImpl InvokerTube.copy(TubeCloner cloner)
          processRequest() and processResponse() do not share any instance variables while processing the request.
 AbstractTubeImpl ServerSchemaValidationTube.copy(TubeCloner cloner)
           
 

Uses of AbstractTubeImpl in com.sun.xml.ws.server.provider
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.server.provider
 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 AbstractTubeImpl in com.sun.xml.ws.server.sei
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.server.sei
 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 AbstractTubeImpl in com.sun.xml.ws.transport
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.transport
 class DeferredTransportPipe
          Proxy transport Tube and Pipe that lazily determines the actual transport pipe by looking at Packet.endpointAddress.
 

Uses of AbstractTubeImpl in com.sun.xml.ws.transport.http.client
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.transport.http.client
 class HttpTransportPipe
          Tube that sends a request to a remote HTTP server.
 

Uses of AbstractTubeImpl in com.sun.xml.ws.transport.tcp.client
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.transport.tcp.client
 class ServiceChannelTransportPipe
           
 class TCPTransportPipe
           
 

Methods in com.sun.xml.ws.transport.tcp.client that return AbstractTubeImpl
 AbstractTubeImpl ServiceChannelTransportPipe.copy(TubeCloner cloner)
           
 AbstractTubeImpl TCPTransportPipe.copy(TubeCloner cloner)
           
 

Uses of AbstractTubeImpl in com.sun.xml.ws.tx.at.tube
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.tx.at.tube
 class WSATClientTube
           
 class WSATServerTube
          Typical inbound message:

http://tem puri.org/IService/GetDataurn:uuid:353ec55b-3e04-4e13-9471-9652858f7680http://www.w3.org/2005/08/addr essing/anonymous

urn:uuid:79c06523-2392-45d7-9b66-8cc06d0 07d2d599552http://schemas.xmlsoap.org/ws/2004/10/wsat

https://pparkins-us:453/WsatService/Registration/Coordinator/

79c06523-2392-45d7-9b66-8cc06d007d2d

079c06523-2392-45d7-9b66-8cc06d007d2d AQAAAAMAAAAjZcB5kiPXRZtmjMBtAH0tAAAQAAAAAACIAAAAAMToedzE6Hk 0W6xnBOupAC/M+Xk0W6xnUOypANwmcAFYCxcAlOupAGZjYThlYTc3LTYwYjQtNGEwNS1hODI0LWUxM2NjYjQ3MzVjYQABAAALAAAAZM1kzSEAAABQUEFSS0lOUy1VUwAYAAAAUABQAEEAUgBLAEkATgBTAC0AVQB TAAAAAQAAAAEAAAAeAAAAdGlwOi8vcHBhcmtpbnMtdXMubG9jYWxkb21haW4vAAA=

http://localhost:7001/Hello TXWeb/DataService1--------------------

 

Methods in com.sun.xml.ws.tx.at.tube that return AbstractTubeImpl
 AbstractTubeImpl WSATClientTube.copy(TubeCloner cloner)
           
 AbstractTubeImpl WSATServerTube.copy(TubeCloner cloner)
           
 

Uses of AbstractTubeImpl in com.sun.xml.ws.util.pipe
 

Subclasses of AbstractTubeImpl in com.sun.xml.ws.util.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 AbstractTubeImpl
 AbstractTubeImpl DumpTube.copy(TubeCloner cloner)
           
 

Uses of AbstractTubeImpl in com.sun.xml.wss.jaxws.impl
 

Subclasses of AbstractTubeImpl in com.sun.xml.wss.jaxws.impl
 class SecurityClientTube
           
 class SecurityServerTube
           
 class SecurityTubeBase
           
 

Methods in com.sun.xml.wss.jaxws.impl that return AbstractTubeImpl
 AbstractTubeImpl SecurityClientTube.copy(TubeCloner cloner)
           
 AbstractTubeImpl SecurityServerTube.copy(TubeCloner cloner)
           
 

Uses of AbstractTubeImpl in com.sun.xml.wss.provider.wsit
 

Subclasses of AbstractTubeImpl in com.sun.xml.wss.provider.wsit
 class ClientSecurityTube
           
 class ServerSecurityTube
           
 

Methods in com.sun.xml.wss.provider.wsit that return AbstractTubeImpl
 AbstractTubeImpl ClientSecurityTube.copy(TubeCloner cloner)
           
 AbstractTubeImpl ServerSecurityTube.copy(TubeCloner cloner)
           
 

Uses of AbstractTubeImpl in com.sun.xml.xwss
 

Subclasses of AbstractTubeImpl in com.sun.xml.xwss
 class XWSSClientTube
           
 class XWSSServerTube
           
 

Methods in com.sun.xml.xwss that return AbstractTubeImpl
 AbstractTubeImpl XWSSClientTube.copy(TubeCloner cloner)
           
 AbstractTubeImpl XWSSServerTube.copy(TubeCloner cloner)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.