Uses of Interface
com.sun.xml.ws.api.pipe.Tube

Packages that use Tube
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.api.security.secconv.client   
com.sun.xml.ws.assembler   
com.sun.xml.ws.assembler.dev   
com.sun.xml.ws.assembler.jaxws   
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.client.dispatch   
com.sun.xml.ws.client.sei   
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.rx.testing   
com.sun.xml.ws.rx.util   
com.sun.xml.ws.security.secconv.impl.client   
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.transport.tcp.wsit   
com.sun.xml.ws.tx.at.runtime   
com.sun.xml.ws.tx.at.tube   
com.sun.xml.ws.util   
com.sun.xml.ws.util.pipe   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
com.sun.xml.xwss   
 

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

Classes in com.sun.xml.ws.addressing that implement Tube
 class W3CWsaClientTube
           
 class W3CWsaServerTube
           
 class WsaClientTube
          WsaClientTube appears in the Tubeline only if addressing is enabled.
 class WsaServerTube
          Handles WS-Addressing for the server.
 

Constructors in com.sun.xml.ws.addressing with parameters of type Tube
W3CWsaClientTube(WSDLPort wsdlPort, WSBinding binding, Tube next)
           
W3CWsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next)
           
WsaClientTube(WSDLPort wsdlPort, WSBinding binding, Tube next)
           
WsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next)
           
 

Uses of Tube in com.sun.xml.ws.addressing.v200408
 

Classes in com.sun.xml.ws.addressing.v200408 that implement Tube
 class MemberSubmissionWsaClientTube
           
 class MemberSubmissionWsaServerTube
           
 

Constructors in com.sun.xml.ws.addressing.v200408 with parameters of type Tube
MemberSubmissionWsaClientTube(WSDLPort wsdlPort, WSBinding binding, Tube next)
           
MemberSubmissionWsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next)
           
 

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

Methods in com.sun.xml.ws.api.pipe with type parameters of type Tube
<T extends Tube>
T
PipeClonerImpl.copy(T t)
           
abstract
<T extends Tube>
T
TubeCloner.copy(T t)
          Invoked by a copy(com.sun.xml.ws.api.pipe.TubeCloner) implementation to copy a reference to another pipe.
 

Methods in com.sun.xml.ws.api.pipe that return Tube
static Tube TubeCloner.clone(Tube p)
          Invoked by a client of a tube to clone the whole pipeline.
 Tube Tube.copy(TubeCloner cloner)
          Creates an identical clone of this Tube.
static Tube TransportTubeFactory.create(ClassLoader classLoader, ClientTubeAssemblerContext context)
          Locates TransportTubeFactorys and create a suitable transport Tube.
 Tube TubelineAssembler.createClient(ClientTubeAssemblerContext context)
          Creates a new tubeline for clients.
 Tube ClientTubeAssemblerContext.createClientMUTube(Tube next)
          Creates a Tube that performs SOAP mustUnderstand processing.
protected  Tube TransportTubeFactory.createDefault(ClientTubeAssemblerContext context)
           
 Tube ClientTubeAssemblerContext.createDumpTube(String name, PrintStream out, Tube next)
          creates a Tube that dumps messages that pass through.
 Tube ServerTubeAssemblerContext.createDumpTube(String name, PrintStream out, Tube next)
          creates a Tube that dumps messages that pass through.
 Tube ClientTubeAssemblerContext.createHandlerTube(Tube next)
          Creates a Tube that invokes protocol and logical handlers.
 Tube ServerTubeAssemblerContext.createHandlerTube(Tube next)
          Creates a Tube that invokes protocol and logical handlers.
protected  Tube TransportTubeFactory.createHttpTransport(ClientTubeAssemblerContext context)
           
 Tube ServerTubeAssemblerContext.createMonitoringTube(Tube next)
          Creates a Tube that does the monitoring of the invocation for a container
 Tube ClientTubeAssemblerContext.createSecurityTube(Tube next)
          Creates a Tube that adds container specific security
 Tube ServerTubeAssemblerContext.createSecurityTube(Tube next)
          Creates a Tube that adds container specific security
 Tube TubelineAssembler.createServer(ServerTubeAssemblerContext context)
          Creates a new tubeline for servers.
 Tube ServerTubeAssemblerContext.createServerMUTube(Tube next)
          Creates a Tube that performs SOAP mustUnderstand processing.
 Tube ClientTubeAssemblerContext.createTransportTube()
          Creates a transport pipe (for client), which becomes the terminal pipe.
 Tube ClientTubeAssemblerContext.createValidationTube(Tube next)
          creates a Tube that validates messages against schema
 Tube ServerTubeAssemblerContext.createValidationTube(Tube next)
          creates a Tube that validates messages against schema
 Tube ClientTubeAssemblerContext.createWsaTube(Tube next)
          Creates a Tube that invokes protocol and logical handlers.
 Tube ServerTubeAssemblerContext.createWsaTube(Tube next)
          Creates WS-Addressing pipe
abstract  Tube TransportTubeFactory.doCreate(ClientTubeAssemblerContext context)
          Creates a transport Tube for the given port, if this factory can do so, or return null.
 Tube NextAction.getNext()
          Returns the next tube
 Tube ServerTubeAssemblerContext.getTerminalTube()
          The last Pipe in the pipeline.
 

Methods in com.sun.xml.ws.api.pipe with parameters of type Tube
 void PipeClonerImpl.add(Tube original, Tube copy)
           
abstract  void TubeCloner.add(Tube original, Tube copy)
          This method must be called from within the copy constructor to notify that the copy was created.
static Tube TubeCloner.clone(Tube p)
          Invoked by a client of a tube to clone the whole pipeline.
 Tube ClientTubeAssemblerContext.createClientMUTube(Tube next)
          Creates a Tube that performs SOAP mustUnderstand processing.
static Dispatch<DataSource> Stubs.createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
static
<T> Dispatch<T>
Stubs.createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, Tube next, WSEndpointReference epr)
          Creates a new Dispatch stub that connects to the given pipe.
 Tube ClientTubeAssemblerContext.createDumpTube(String name, PrintStream out, Tube next)
          creates a Tube that dumps messages that pass through.
 Tube ServerTubeAssemblerContext.createDumpTube(String name, PrintStream out, Tube next)
          creates a Tube that dumps messages that pass through.
 Tube ClientTubeAssemblerContext.createHandlerTube(Tube next)
          Creates a Tube that invokes protocol and logical handlers.
 Tube ServerTubeAssemblerContext.createHandlerTube(Tube next)
          Creates a Tube that invokes protocol and logical handlers.
static Dispatch<Object> Stubs.createJAXBDispatch(QName portName, WSService owner, WSBinding binding, JAXBContext jaxbContext, Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
static Dispatch<Message> Stubs.createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)
          Deprecated. 
 Tube ServerTubeAssemblerContext.createMonitoringTube(Tube next)
          Creates a Tube that does the monitoring of the invocation for a container
static Dispatch<Packet> Stubs.createPacketDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)
          Creates a new Packet-based Dispatch stub that connects to the given pipe.
<T> T
Stubs.createPortProxy(WSService service, WSBinding binding, SEIModel model, Class<T> portInterface, Tube next, WSEndpointReference epr)
          Creates a new strongly-typed proxy object that implements a given port interface.
static Dispatch<SOAPMessage> Stubs.createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
 Tube ClientTubeAssemblerContext.createSecurityTube(Tube next)
          Creates a Tube that adds container specific security
 Tube ServerTubeAssemblerContext.createSecurityTube(Tube next)
          Creates a Tube that adds container specific security
 Tube ServerTubeAssemblerContext.createServerMUTube(Tube next)
          Creates a Tube that performs SOAP mustUnderstand processing.
static Dispatch<Source> Stubs.createSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
 Tube ClientTubeAssemblerContext.createValidationTube(Tube next)
          creates a Tube that validates messages against schema
 Tube ServerTubeAssemblerContext.createValidationTube(Tube next)
          creates a Tube that validates messages against schema
 Tube ClientTubeAssemblerContext.createWsaTube(Tube next)
          Creates a Tube that invokes protocol and logical handlers.
 Tube ServerTubeAssemblerContext.createWsaTube(Tube next)
          Creates WS-Addressing pipe
 void NextAction.invoke(Tube next, Packet p)
          Indicates that the next action should be to invoke the next tube's processRequest(Packet), then later invoke the current tube's processResponse(Packet) with the response packet.
 void NextAction.invokeAndForget(Tube next, Packet p)
          Indicates that the next action should be to invoke the next tube's processRequest(Packet), but the current tube doesn't want to receive the response packet to its processResponse(Packet).
 void NextAction.invokeAsync(Tube next, Packet p)
          Indicates that the next action is to invoke the next tube in the tubeline async from the thread that started the tubeline.
 void Fiber.resetCont(Tube[] conts, int contsSize)
          Only to be used by Tubes that manipulate the Fiber to create alternate flows
 Packet Fiber.runSync(Tube tubeline, Packet request)
          Runs a given Tube (and everything thereafter) synchronously.
 void NextAction.setNext(Tube next)
          Sets the next tube
 void Fiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback)
          Starts the execution of this fiber asynchronously.
 void Fiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback, boolean forceSync)
          Starts the execution of this fiber.
 void NextAction.suspend(Tube next)
          Deprecated. Use variants that pass Runnable
 void NextAction.suspend(Tube next, Runnable onExitRunnable)
          Indicates that the fiber should be suspended.
 

Constructors in com.sun.xml.ws.api.pipe with parameters of type Tube
ServerPipeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous)
          Deprecated.  
ServerTubeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous)
           
 

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

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

Fields in com.sun.xml.ws.api.pipe.helper declared as Tube
protected  Tube AbstractFilterTubeImpl.next
           
 

Methods in com.sun.xml.ws.api.pipe.helper that return Tube
static Tube PipeAdapter.adapt(Pipe p)
           
 

Methods in com.sun.xml.ws.api.pipe.helper with parameters of type Tube
static Pipe PipeAdapter.adapt(Tube p)
           
protected  NextAction AbstractTubeImpl.doInvoke(Tube next, Packet packet)
           
protected  NextAction AbstractTubeImpl.doInvokeAndForget(Tube next, Packet packet)
           
protected  NextAction AbstractTubeImpl.doSuspend(Tube next)
          Deprecated. 
protected  NextAction AbstractTubeImpl.doSuspend(Tube next, Runnable onExitRunnable)
           
 

Constructors in com.sun.xml.ws.api.pipe.helper with parameters of type Tube
AbstractFilterTubeImpl(Tube next)
           
 

Uses of Tube in com.sun.xml.ws.api.security.secconv.client
 

Methods in com.sun.xml.ws.api.security.secconv.client that return Tube
abstract  Tube SCTokenConfiguration.getClientTube()
           
abstract  Tube SCTokenConfiguration.getNextTube()
           
 

Uses of Tube in com.sun.xml.ws.assembler
 

Methods in com.sun.xml.ws.assembler that return Tube
 Tube MetroTubelineAssembler.createClient(ClientTubeAssemblerContext jaxwsContext)
           
 Tube ServerPipelineHook.createSecurityTube(ServerTubelineAssemblyContext context)
          Called during the server-side tubeline construction process once to allow a container to register a tube for security on the service endpoint.
 Tube MetroTubelineAssembler.createServer(ServerTubeAssemblerContext jaxwsContext)
           
 

Uses of Tube in com.sun.xml.ws.assembler.dev
 

Methods in com.sun.xml.ws.assembler.dev that return Tube
 Tube ClientPipelineHook.createSecurityTube(ClientTubelineAssemblyContext context)
          Called during the client-side tubeline construction process once to allow a container to register a tube for security.
 Tube TubeFactory.createTube(ClientTubelineAssemblyContext context)
          Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
 Tube TubeFactory.createTube(ServerTubelineAssemblyContext context)
          Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
 Tube TubelineAssemblyDecorator.decorateClient(Tube tube, ClientTubelineAssemblyContext context)
          Decorate client tube
 Tube TubelineAssemblyDecorator.decorateClientHead(Tube tube, ClientTubelineAssemblyContext context)
          Decorate client head tube.
 Tube TubelineAssemblyDecorator.decorateClientTail(Tube tube, ClientTubelineAssemblyContext context)
          Decorate client tail tube.
 Tube TubelineAssemblyDecorator.decorateServer(Tube tube, ServerTubelineAssemblyContext context)
          Decorate server tube
 Tube TubelineAssemblyDecorator.decorateServerHead(Tube tube, ServerTubelineAssemblyContext context)
          Decorate server head tube.
 Tube TubelineAssemblyDecorator.decorateServerTail(Tube tube, ServerTubelineAssemblyContext context)
          Decorate server tail tube.
 Tube ServerTubelineAssemblyContext.getTerminalTube()
          The last Pipe in the pipeline.
 Tube TubelineAssemblyContext.getTubelineHead()
           
 

Methods in com.sun.xml.ws.assembler.dev with parameters of type Tube
 Tube TubelineAssemblyDecorator.decorateClient(Tube tube, ClientTubelineAssemblyContext context)
          Decorate client tube
 Tube TubelineAssemblyDecorator.decorateClientHead(Tube tube, ClientTubelineAssemblyContext context)
          Decorate client head tube.
 Tube TubelineAssemblyDecorator.decorateClientTail(Tube tube, ClientTubelineAssemblyContext context)
          Decorate client tail tube.
 Tube TubelineAssemblyDecorator.decorateServer(Tube tube, ServerTubelineAssemblyContext context)
          Decorate server tube
 Tube TubelineAssemblyDecorator.decorateServerHead(Tube tube, ServerTubelineAssemblyContext context)
          Decorate server head tube.
 Tube TubelineAssemblyDecorator.decorateServerTail(Tube tube, ServerTubelineAssemblyContext context)
          Decorate server tail tube.
 

Uses of Tube in com.sun.xml.ws.assembler.jaxws
 

Methods in com.sun.xml.ws.assembler.jaxws that return Tube
 Tube AddressingTubeFactory.createTube(ClientTubelineAssemblyContext context)
           
 Tube BasicTransportTubeFactory.createTube(ClientTubelineAssemblyContext context)
           
 Tube HandlerTubeFactory.createTube(ClientTubelineAssemblyContext context)
           
 Tube MonitoringTubeFactory.createTube(ClientTubelineAssemblyContext context)
           
 Tube MustUnderstandTubeFactory.createTube(ClientTubelineAssemblyContext context)
           
 Tube TerminalTubeFactory.createTube(ClientTubelineAssemblyContext context)
           
 Tube TransportTubeFactory.createTube(ClientTubelineAssemblyContext context)
           
 Tube ValidationTubeFactory.createTube(ClientTubelineAssemblyContext context)
           
 Tube AddressingTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 Tube BasicTransportTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 Tube HandlerTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 Tube MonitoringTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 Tube MustUnderstandTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 Tube TerminalTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 Tube TransportTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 Tube ValidationTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 

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

Classes in com.sun.xml.ws.client that implement Tube
 class ClientSchemaValidationTube
          Tube that does the schema validation on the client side.
 

Methods in com.sun.xml.ws.client that return types with arguments of type Tube
 Pool<Tube> Stub.getTubes()
           
 

Constructors in com.sun.xml.ws.client with parameters of type Tube
ClientSchemaValidationTube(WSBinding binding, WSDLPort port, Tube next)
           
Stub(QName portname, WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)
          Deprecated. 
Stub(WSPortInfo portInfo, BindingImpl binding, Tube master, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)
           
Stub(WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)
          Deprecated. 
 

Uses of Tube in com.sun.xml.ws.client.dispatch
 

Methods in com.sun.xml.ws.client.dispatch with parameters of type Tube
static Dispatch<Source> DispatchImpl.createSourceDispatch(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
 

Constructors in com.sun.xml.ws.client.dispatch with parameters of type Tube
DataSourceDispatch(QName port, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
DispatchImpl(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, Tube pipe, WSEndpointReference epr, boolean allowFaultResponseMsg)
           
DispatchImpl(WSPortInfo portInfo, Service.Mode mode, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)
           
JAXBDispatch(QName port, JAXBContext jc, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
MessageDispatch(QName port, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
PacketDispatch(QName port, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr)
           
PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)
           
SOAPMessageDispatch(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
 

Uses of Tube in com.sun.xml.ws.client.sei
 

Constructors in com.sun.xml.ws.client.sei with parameters of type Tube
SEIStub(WSServiceDelegate owner, BindingImpl binding, SOAPSEIModel seiModel, Tube master, WSEndpointReference epr)
          Deprecated. 
 

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

Classes in com.sun.xml.ws.dump that implement Tube
 class LoggingDumpTube
           
 

Methods in com.sun.xml.ws.dump that return Tube
 Tube MessageDumpingTubeFactory.createTube(ClientTubelineAssemblyContext context)
           
 Tube MessageDumpingTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 

Constructors in com.sun.xml.ws.dump with parameters of type Tube
LoggingDumpTube(Level loggingLevel, LoggingDumpTube.Position position, Tube tubelineHead)
           
 

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

Classes in com.sun.xml.ws.handler that implement Tube
 class ClientLogicalHandlerTube
           
 class ClientMessageHandlerTube
           
 class ClientSOAPHandlerTube
           
 class HandlerTube
           
 class ServerLogicalHandlerTube
           
 class ServerMessageHandlerTube
           
 class ServerSOAPHandlerTube
           
 

Constructors in com.sun.xml.ws.handler with parameters of type Tube
ClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube)
          This constructor is used on client-side where, SOAPHandlerTube is created first and then a LogicalHandlerTube is created with a handler to that SOAPHandlerTube.
ClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, WSDLPort port, Tube next)
          Creates a new instance of LogicalHandlerTube
ClientMessageHandlerTube(SEIModel seiModel, WSBinding binding, WSDLPort port, Tube next)
          Creates a new instance of MessageHandlerTube
ClientSOAPHandlerTube(WSBinding binding, Tube next, HandlerTube cousinTube)
          This constructor is used on client-side where, LogicalHandlerTube is created first and then a SOAPHandlerTube is created with a handler to that LogicalHandlerTube.
ClientSOAPHandlerTube(WSBinding binding, WSDLPort port, Tube next)
          Creates a new instance of SOAPHandlerTube
HandlerTube(Tube next, HandlerTube cousinTube, WSBinding binding)
           
HandlerTube(Tube next, WSDLPort port, WSBinding binding)
           
ServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube)
          This constructor is used on client-side where, SOAPHandlerTube is created first and then a LogicalHandlerTube is created with a handler to that SOAPHandlerTube.
ServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, WSDLPort port, Tube next)
          Creates a new instance of LogicalHandlerTube
ServerMessageHandlerTube(SEIModel seiModel, WSBinding binding, Tube next, HandlerTube cousinTube)
           
ServerSOAPHandlerTube(WSBinding binding, Tube next, HandlerTube cousinTube)
          This constructor is used on client-side where, LogicalHandlerTube is created first and then a SOAPHandlerTube is created with a handler to that LogicalHandlerTube.
ServerSOAPHandlerTube(WSBinding binding, WSDLPort port, Tube next)
          Creates a new instance of SOAPHandlerTube
 

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

Classes in com.sun.xml.ws.mex.server that implement Tube
 class MetadataServerPipe
          This pipe handles any mex requests that come through.
 

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

Classes in com.sun.xml.ws.protocol.soap that implement Tube
 class ClientMUTube
          Performs soap mustUnderstand processing for clients.
 class ServerMUTube
           
 

Constructors in com.sun.xml.ws.protocol.soap with parameters of type Tube
ClientMUTube(WSBinding binding, Tube next)
           
ServerMUTube(ServerTubeAssemblerContext tubeContext, Tube next)
           
 

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

Classes in com.sun.xml.ws.rx.mc.runtime that implement Tube
 class McClientTube
           
 class McServerTube
           
 

Methods in com.sun.xml.ws.rx.mc.runtime that return Tube
 Tube McTubeFactory.createTube(ClientTubelineAssemblyContext context)
          Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
 Tube McTubeFactory.createTube(ServerTubelineAssemblyContext context)
          Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
 

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

Classes in com.sun.xml.ws.rx.rm.runtime that implement Tube
 class ServerTube
           
 

Methods in com.sun.xml.ws.rx.rm.runtime that return Tube
 Tube RmTubeFactory.createTube(ClientTubelineAssemblyContext context)
          Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
 Tube RmTubeFactory.createTube(ServerTubelineAssemblyContext context)
          Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
 

Uses of Tube in com.sun.xml.ws.rx.testing
 

Methods in com.sun.xml.ws.rx.testing that return Tube
 Tube PacketFilteringTubeFactory.createTube(ClientTubelineAssemblyContext context)
           
 Tube PacketFilteringTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 

Uses of Tube in com.sun.xml.ws.rx.util
 

Methods in com.sun.xml.ws.rx.util with parameters of type Tube
 Communicator.Builder Communicator.Builder.tubelineHead(Tube value)
           
 

Constructors in com.sun.xml.ws.rx.util with parameters of type Tube
FiberExecutor(String id, Tube masterTubeline)
           
 

Uses of Tube in com.sun.xml.ws.security.secconv.impl.client
 

Methods in com.sun.xml.ws.security.secconv.impl.client that return Tube
 Tube DefaultSCTokenConfiguration.getClientTube()
           
 Tube DefaultSCTokenConfiguration.getNextTube()
           
 

Constructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type Tube
DefaultSCTokenConfiguration(String protocol, SecureConversationToken scToken, WSDLPort wsdlPort, WSBinding binding, Tube securityTube, Packet packet, AddressingVersion addVer, PolicyAssertion localToken, Tube nextTube)
           
 

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

Subinterfaces of Tube in com.sun.xml.ws.server
 interface EndpointAwareTube
          Tubes that implement this interface will receive notification of the WSEndpoint holding the tubeline after successful endpoint creation.
 

Classes in com.sun.xml.ws.server that implement Tube
 class ServerSchemaValidationTube
          Tube that does the schema validation on the server side.
 

Fields in com.sun.xml.ws.server declared as Tube
protected  Tube WSEndpointImpl.masterTubeline
           
 

Constructors in com.sun.xml.ws.server with parameters of type Tube
ServerSchemaValidationTube(WSEndpoint endpoint, WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort, Tube next)
           
WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Tube masterTubeline)
           
 

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

Classes in com.sun.xml.ws.server.provider that implement Tube
 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 Tube in com.sun.xml.ws.server.sei
 

Classes in com.sun.xml.ws.server.sei that implement Tube
 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 Tube in com.sun.xml.ws.transport
 

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

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

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

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

Classes in com.sun.xml.ws.transport.tcp.client that implement Tube
 class ServiceChannelTransportPipe
           
 class TCPTransportPipe
           
 

Methods in com.sun.xml.ws.transport.tcp.client that return Tube
 Tube TCPTransportPipeFactory.doCreate(ClientTubeAssemblerContext context)
           
 

Uses of Tube in com.sun.xml.ws.transport.tcp.wsit
 

Methods in com.sun.xml.ws.transport.tcp.wsit that return Tube
 Tube TCPTransportPipeFactory.doCreate(ClientTubeAssemblerContext context)
           
static Tube TCPTransportPipeFactory.doCreate(ClientTubeAssemblerContext context, boolean checkSchema)
           
 

Uses of Tube in com.sun.xml.ws.tx.at.runtime
 

Methods in com.sun.xml.ws.tx.at.runtime that return Tube
 Tube AtTubeFactory.createTube(ClientTubelineAssemblyContext context)
          Adds TX tube to the client-side tubeline, depending on whether TX is enabled or not.
 Tube AtTubeFactory.createTube(ServerTubelineAssemblyContext context)
          Adds TX tube to the service-side tubeline, depending on whether TX is enabled or not.
 

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

Classes in com.sun.xml.ws.tx.at.tube that implement 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--------------------

 

Constructors in com.sun.xml.ws.tx.at.tube with parameters of type Tube
WSATClientTube(Tube next, ClientTubelineAssemblyContext context, TransactionalFeature feature)
           
WSATServerTube(Tube next, ServerTubelineAssemblyContext context, TransactionalFeature feature)
           
 

Uses of Tube in com.sun.xml.ws.util
 

Methods in com.sun.xml.ws.util that return Tube
protected  Tube Pool.TubePool.create()
           
 Tube Pool.TubePool.takeMaster()
          Deprecated. Expected to be used in rare cases where access to master tubeline is required and safe, such as Stub.close()."
 

Constructors in com.sun.xml.ws.util with parameters of type Tube
Pool.TubePool(Tube master)
           
 

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

Classes in com.sun.xml.ws.util.pipe that implement Tube
 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 Tube
 Tube StandaloneTubeAssembler.createClient(ClientTubeAssemblerContext context)
           
 Tube StandaloneTubeAssembler.createServer(ServerTubeAssemblerContext context)
          On Server-side, HandlerChains cannot be changed after it is deployed.
 

Constructors in com.sun.xml.ws.util.pipe with parameters of type Tube
AbstractSchemaValidationTube(WSBinding binding, Tube next)
           
DumpTube(String name, PrintStream out, Tube next)
           
 

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

Classes in com.sun.xml.wss.jaxws.impl that implement Tube
 class SecurityClientTube
           
 class SecurityServerTube
           
 class SecurityTubeBase
           
 

Constructors in com.sun.xml.wss.jaxws.impl with parameters of type Tube
SecurityClientTube(ClientTubelineAssemblyContext wsitContext, Tube nextTube)
           
SecurityServerTube(ServerTubelineAssemblyContext context, Tube nextTube)
           
SecurityTubeBase(TubeConfiguration config, Tube nextTube)
           
 

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

Classes in com.sun.xml.wss.provider.wsit that implement Tube
 class ClientSecurityTube
           
 class ServerSecurityTube
           
 

Fields in com.sun.xml.wss.provider.wsit declared as Tube
protected  Tube WSITAuthContextBase.nextTube
           
 

Methods in com.sun.xml.wss.provider.wsit that return Tube
 Tube ClientPipeCreator.createSecurityTube(ClientTubelineAssemblyContext context)
           
 Tube ServerPipeCreator.createSecurityTube(ServerTubelineAssemblyContext context)
           
 Tube SecurityTubeFactory.createTube(ClientTubelineAssemblyContext context)
           
 Tube SecurityTubeFactory.createTube(ServerTubelineAssemblyContext context)
           
 

Constructors in com.sun.xml.wss.provider.wsit with parameters of type Tube
ClientSecurityTube(Map<Object,Object> props, Tube next)
           
ClientSecurityTube(TubeConfiguration config, Tube nextTube)
           
ServerSecurityTube(Map<Object,Object> props, Tube next, boolean isHttpBinding)
           
 

Uses of Tube in com.sun.xml.xwss
 

Classes in com.sun.xml.xwss that implement Tube
 class XWSSClientTube
           
 class XWSSServerTube
           
 

Constructors in com.sun.xml.xwss with parameters of type Tube
XWSSClientTube(WSDLPort prt, WSService svc, WSBinding bnd, Tube nextTube)
          Creates a new instance of XWSSClientPipe
XWSSServerTube(WSEndpoint epoint, WSDLPort prt, Tube nextTube)
          Creates a new instance of XWSSServerPipe
 



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