Uses of Interface
com.sun.xml.ws.api.pipe.Tube
Packages that use Tube
Package
Description
Pipe and related abstractions.Default partial implementations of
Pipe.This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of Tube in com.sun.xml.ws.addressing
Classes in com.sun.xml.ws.addressing that implement TubeModifier and TypeClassDescriptionclassclassclassWsaClientTube appears in the Tubeline only if addressing is enabled.classHandles WS-Addressing for the server.Constructors in com.sun.xml.ws.addressing with parameters of type TubeModifierConstructorDescriptionW3CWsaClientTube(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 TubeModifier and TypeClassDescriptionclassclassConstructors in com.sun.xml.ws.addressing.v200408 with parameters of type TubeModifierConstructorDescriptionMemberSubmissionWsaClientTube(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 TubeModifier and TypeMethodDescription<T extends Tube>
TPipeClonerImpl.copy(T t) abstract <T extends Tube>
TTubeCloner.copy(T t) Invoked by acopy(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 TubeModifier and TypeMethodDescriptionstatic TubeInvoked by a client of a tube to clone the whole pipeline.Tube.copy(TubeCloner cloner) Creates an identical clone of thisTube.static TubeTransportTubeFactory.create(ClassLoader classLoader, ClientTubeAssemblerContext context) LocatesTransportTubeFactorys and create a suitable transportTube.TubelineAssembler.createClient(ClientTubeAssemblerContext context) Creates a new tubeline for clients.ClientTubeAssemblerContext.createClientMUTube(Tube next) Creates aTubethat performs SOAP mustUnderstand processing.protected TubeTransportTubeFactory.createDefault(ClientTubeAssemblerContext context) ClientTubeAssemblerContext.createDumpTube(String name, PrintStream out, Tube next) creates aTubethat dumps messages that pass through.ServerTubeAssemblerContext.createDumpTube(String name, PrintStream out, Tube next) creates aTubethat dumps messages that pass through.ClientTubeAssemblerContext.createHandlerTube(Tube next) Creates aTubethat invokes protocol and logical handlers.ServerTubeAssemblerContext.createHandlerTube(Tube next) Creates aTubethat invokes protocol and logical handlers.protected TubeTransportTubeFactory.createHttpTransport(ClientTubeAssemblerContext context) ServerTubeAssemblerContext.createMonitoringTube(Tube next) Creates aTubethat does the monitoring of the invocation for a containerClientTubeAssemblerContext.createSecurityTube(Tube next) Creates aTubethat adds container specific securityServerTubeAssemblerContext.createSecurityTube(Tube next) Creates aTubethat adds container specific securityTubelineAssembler.createServer(ServerTubeAssemblerContext context) Creates a new tubeline for servers.ServerTubeAssemblerContext.createServerMUTube(Tube next) Creates aTubethat performs SOAP mustUnderstand processing.ClientTubeAssemblerContext.createTransportTube()Creates a transport pipe (for client), which becomes the terminal pipe.ClientTubeAssemblerContext.createValidationTube(Tube next) creates aTubethat validates messages against schemaServerTubeAssemblerContext.createValidationTube(Tube next) creates aTubethat validates messages against schemaClientTubeAssemblerContext.createWsaTube(Tube next) Creates aTubethat invokes protocol and logical handlers.ServerTubeAssemblerContext.createWsaTube(Tube next) Creates WS-Addressing pipeabstract TubeTransportTubeFactory.doCreate(ClientTubeAssemblerContext context) Creates a transportTubefor the given port, if this factory can do so, or return null.NextAction.getNext()Returns the next tubeServerTubeAssemblerContext.getTerminalTube()The lastPipein the pipeline.Methods in com.sun.xml.ws.api.pipe with parameters of type TubeModifier and TypeMethodDescriptionvoidabstract voidThis method must be called from within the copy constructor to notify that the copy was created.static TubeInvoked by a client of a tube to clone the whole pipeline.ClientTubeAssemblerContext.createClientMUTube(Tube next) Creates aTubethat performs SOAP mustUnderstand processing.static Dispatch<jakarta.activation.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 newDispatchstub that connects to the given pipe.ClientTubeAssemblerContext.createDumpTube(String name, PrintStream out, Tube next) creates aTubethat dumps messages that pass through.ServerTubeAssemblerContext.createDumpTube(String name, PrintStream out, Tube next) creates aTubethat dumps messages that pass through.ClientTubeAssemblerContext.createHandlerTube(Tube next) Creates aTubethat invokes protocol and logical handlers.ServerTubeAssemblerContext.createHandlerTube(Tube next) Creates aTubethat invokes protocol and logical handlers.Stubs.createJAXBDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.bind.JAXBContext jaxbContext, Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.Stubs.createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr) Deprecated.ServerTubeAssemblerContext.createMonitoringTube(Tube next) Creates aTubethat does the monitoring of the invocation for a containerStubs.createPacketDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr) <T> TStubs.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.ClientTubeAssemblerContext.createSecurityTube(Tube next) Creates aTubethat adds container specific securityServerTubeAssemblerContext.createSecurityTube(Tube next) Creates aTubethat adds container specific securityServerTubeAssemblerContext.createServerMUTube(Tube next) Creates aTubethat performs SOAP mustUnderstand processing.Stubs.createSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.ClientTubeAssemblerContext.createValidationTube(Tube next) creates aTubethat validates messages against schemaServerTubeAssemblerContext.createValidationTube(Tube next) creates aTubethat validates messages against schemaClientTubeAssemblerContext.createWsaTube(Tube next) Creates aTubethat invokes protocol and logical handlers.ServerTubeAssemblerContext.createWsaTube(Tube next) Creates WS-Addressing pipevoidIndicates that the next action should be to invoke the next tube'sprocessRequest(Packet), then later invoke the current tube'sprocessResponse(Packet)with the response packet.voidNextAction.invokeAndForget(Tube next, Packet p) Indicates that the next action should be to invoke the next tube'sprocessRequest(Packet), but the current tube doesn't want to receive the response packet to itsprocessResponse(Packet).voidNextAction.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.voidOnly to be used by Tubes that manipulate the Fiber to create alternate flowsRuns a givenTube(and everything thereafter) synchronously.voidSets the next tubevoidFiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback) Starts the execution of this fiber asynchronously.voidFiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback, boolean forceSync) Starts the execution of this fiber.voidDeprecated.voidIndicates that the fiber should be suspended.Constructors in com.sun.xml.ws.api.pipe with parameters of type TubeModifierConstructorDescriptionServerPipeAssemblerContext(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 TubeModifier and TypeClassDescriptionclassConvenient default implementation for filteringTube.classBase class forTubeimplementation.classFields in com.sun.xml.ws.api.pipe.helper declared as TubeMethods in com.sun.xml.ws.api.pipe.helper that return TubeMethods in com.sun.xml.ws.api.pipe.helper with parameters of type TubeModifier and TypeMethodDescriptionstatic Pipeprotected final NextActionprotected final NextActionAbstractTubeImpl.doInvokeAndForget(Tube next, Packet packet) protected final NextActionDeprecated.protected final NextActionConstructors in com.sun.xml.ws.api.pipe.helper with parameters of type Tube -
Uses of Tube in com.sun.xml.ws.api.security.secconv.client
Methods in com.sun.xml.ws.api.security.secconv.client that return TubeModifier and TypeMethodDescriptionabstract TubeSCTokenConfiguration.getClientTube()abstract TubeSCTokenConfiguration.getNextTube() -
Uses of Tube in com.sun.xml.ws.assembler
Methods in com.sun.xml.ws.assembler that return TubeModifier and TypeMethodDescriptionMetroTubelineAssembler.createClient(ClientTubeAssemblerContext jaxwsContext) MetroTubelineAssembler.createServer(ServerTubeAssemblerContext jaxwsContext) TubelineAssemblyContextImpl.getTubelineHead()Methods in com.sun.xml.ws.assembler with parameters of type TubeModifier and TypeMethodDescriptionbooleanTubelineAssemblyContextImpl.setTubelineHead(Tube newHead) -
Uses of Tube in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return TubeModifier and TypeMethodDescriptionTubeFactory.createTube(ClientTubelineAssemblyContext context) Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.TubeFactory.createTube(ServerTubelineAssemblyContext context) Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.TubelineAssemblyDecorator.decorateClient(Tube tube, ClientTubelineAssemblyContext context) Decorate client tubeTubelineAssemblyDecorator.decorateClientHead(Tube tube, ClientTubelineAssemblyContext context) Decorate client head tube.TubelineAssemblyDecorator.decorateClientTail(Tube tube, ClientTubelineAssemblyContext context) Decorate client tail tube.TubelineAssemblyDecorator.decorateServer(Tube tube, ServerTubelineAssemblyContext context) Decorate server tubeTubelineAssemblyDecorator.decorateServerHead(Tube tube, ServerTubelineAssemblyContext context) Decorate server head tube.TubelineAssemblyDecorator.decorateServerTail(Tube tube, ServerTubelineAssemblyContext context) Decorate server tail tube.ServerTubelineAssemblyContext.getTerminalTube()The lastPipein the pipeline.TubelineAssemblyContext.getTubelineHead()Methods in com.sun.xml.ws.assembler.dev with parameters of type TubeModifier and TypeMethodDescriptionTubelineAssemblyDecorator.decorateClient(Tube tube, ClientTubelineAssemblyContext context) Decorate client tubeTubelineAssemblyDecorator.decorateClientHead(Tube tube, ClientTubelineAssemblyContext context) Decorate client head tube.TubelineAssemblyDecorator.decorateClientTail(Tube tube, ClientTubelineAssemblyContext context) Decorate client tail tube.TubelineAssemblyDecorator.decorateServer(Tube tube, ServerTubelineAssemblyContext context) Decorate server tubeTubelineAssemblyDecorator.decorateServerHead(Tube tube, ServerTubelineAssemblyContext context) Decorate server head 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 TubeModifier and TypeMethodDescriptionAddressingTubeFactory.createTube(ClientTubelineAssemblyContext context) AddressingTubeFactory.createTube(ServerTubelineAssemblyContext context) BasicTransportTubeFactory.createTube(ClientTubelineAssemblyContext context) BasicTransportTubeFactory.createTube(ServerTubelineAssemblyContext context) HandlerTubeFactory.createTube(ClientTubelineAssemblyContext context) HandlerTubeFactory.createTube(ServerTubelineAssemblyContext context) MonitoringTubeFactory.createTube(ClientTubelineAssemblyContext context) MonitoringTubeFactory.createTube(ServerTubelineAssemblyContext context) MustUnderstandTubeFactory.createTube(ClientTubelineAssemblyContext context) MustUnderstandTubeFactory.createTube(ServerTubelineAssemblyContext context) TerminalTubeFactory.createTube(ClientTubelineAssemblyContext context) TerminalTubeFactory.createTube(ServerTubelineAssemblyContext context) TransportTubeFactory.createTube(ClientTubelineAssemblyContext context) Deprecated.TransportTubeFactory.createTube(ServerTubelineAssemblyContext context) Deprecated.ValidationTubeFactory.createTube(ClientTubelineAssemblyContext context) ValidationTubeFactory.createTube(ServerTubelineAssemblyContext context) -
Uses of Tube in com.sun.xml.ws.assembler.metro
Methods in com.sun.xml.ws.assembler.metro that return TubeModifier and TypeMethodDescriptionServerPipelineHook.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. -
Uses of Tube in com.sun.xml.ws.assembler.metro.dev
Methods in com.sun.xml.ws.assembler.metro.dev that return TubeModifier and TypeMethodDescriptionClientPipelineHook.createSecurityTube(ClientTubelineAssemblyContext context) Called during the client-side tubeline construction process once to allow a container to register a tube for security. -
Uses of Tube in com.sun.xml.ws.assembler.metro.jaxws
Methods in com.sun.xml.ws.assembler.metro.jaxws that return TubeModifier and TypeMethodDescriptionTransportTubeFactory.createTube(ClientTubelineAssemblyContext context) TransportTubeFactory.createTube(ServerTubelineAssemblyContext context) -
Uses of Tube in com.sun.xml.ws.client
Classes in com.sun.xml.ws.client that implement TubeMethods in com.sun.xml.ws.client that return types with arguments of type TubeConstructors in com.sun.xml.ws.client with parameters of type TubeModifierConstructorDescriptionClientSchemaValidationTube(WSBinding binding, WSDLPort port, Tube next) protectedStub(WSPortInfo portInfo, BindingImpl binding, Tube master, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) protectedStub(WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) Deprecated.protectedStub(QName portname, 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 TubeModifier and TypeMethodDescriptionDispatchImpl.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 TubeModifierConstructorDescriptionDataSourceDispatch(QName port, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated.protectedDispatchImpl(WSPortInfo portInfo, Service.Mode mode, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, Tube pipe, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated.JAXBDispatch(QName port, jakarta.xml.bind.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(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr) PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) PacketDispatch(QName port, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated.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 TubeModifierConstructorDescriptionSEIStub(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 TubeMethods in com.sun.xml.ws.dump that return TubeModifier and TypeMethodDescriptionMessageDumpingTubeFactory.createTube(ClientTubelineAssemblyContext context) MessageDumpingTubeFactory.createTube(ServerTubelineAssemblyContext context) Constructors in com.sun.xml.ws.dump with parameters of type TubeModifierConstructorDescriptionLoggingDumpTube(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 TubeModifier and TypeClassDescriptionclassclassclassclassclassclassclassConstructors in com.sun.xml.ws.handler with parameters of type TubeModifierConstructorDescriptionClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, WSDLPort port, Tube next) Creates a new instance of LogicalHandlerTubeClientLogicalHandlerTube(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.ClientMessageHandlerTube(SEIModel seiModel, WSBinding binding, WSDLPort port, Tube next) Creates a new instance of MessageHandlerTubeClientSOAPHandlerTube(WSBinding binding, WSDLPort port, Tube next) Creates a new instance of SOAPHandlerTubeClientSOAPHandlerTube(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.HandlerTube(Tube next, WSDLPort port, WSBinding binding) HandlerTube(Tube next, HandlerTube cousinTube, WSBinding binding) ServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, WSDLPort port, Tube next) Creates a new instance of LogicalHandlerTubeServerLogicalHandlerTube(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.ServerMessageHandlerTube(SEIModel seiModel, WSBinding binding, Tube next, HandlerTube cousinTube) ServerSOAPHandlerTube(WSBinding binding, WSDLPort port, Tube next) Creates a new instance of SOAPHandlerTubeServerSOAPHandlerTube(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. -
Uses of Tube in com.sun.xml.ws.mex.server
Classes in com.sun.xml.ws.mex.server that implement TubeModifier and TypeClassDescriptionclassThis 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 TubeModifier and TypeClassDescriptionclassPerforms soap mustUnderstand processing for clients.classConstructors in com.sun.xml.ws.protocol.soap with parameters of type TubeModifierConstructorDescriptionClientMUTube(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 TubeMethods in com.sun.xml.ws.rx.mc.runtime that return TubeModifier and TypeMethodDescriptionMcTubeFactory.createTube(ClientTubelineAssemblyContext context) Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.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 TubeMethods in com.sun.xml.ws.rx.rm.runtime that return TubeModifier and TypeMethodDescriptionRmTubeFactory.createTube(ClientTubelineAssemblyContext context) Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.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 TubeModifier and TypeMethodDescriptionPacketFilteringTubeFactory.createTube(ClientTubelineAssemblyContext context) 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 TubeConstructors in com.sun.xml.ws.rx.util with parameters of type Tube -
Uses of Tube in com.sun.xml.ws.security.secconv.impl.client
Methods in com.sun.xml.ws.security.secconv.impl.client that return TubeModifier and TypeMethodDescriptionDefaultSCTokenConfiguration.getClientTube()DefaultSCTokenConfiguration.getNextTube()Constructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type TubeModifierConstructorDescriptionDefaultSCTokenConfiguration(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.serverModifier and TypeInterfaceDescriptioninterfaceTubes 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 TubeModifier and TypeClassDescriptionclassInvokerTube<T>Base code forProviderInvokerTubeandSEIInvokerTube.classTubethat does the schema validation on the server side.Fields in com.sun.xml.ws.server declared as TubeConstructors in com.sun.xml.ws.server with parameters of type TubeModifierConstructorDescriptionServerSchemaValidationTube(WSEndpoint endpoint, WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort, Tube next) protectedWSEndpointImpl(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 TubeModifier and TypeClassDescriptionclassThisTubeis used to invoke theAsyncProviderendpoints.classclassThis tube is used to invoke theProviderendpoints. -
Uses of Tube in com.sun.xml.ws.server.sei
Classes in com.sun.xml.ws.server.sei that implement TubeModifier and TypeClassDescriptionclassInvokerTube<T extends Invoker>Base class forInvokerTuberestored to allow for containers to specify alternate implementations of SEI-based invoking.classThis 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 TubeModifier and TypeClassDescriptionfinal classProxy transportTubeandPipethat lazily determines the actual transport pipe by looking atPacket.endpointAddress. -
Uses of Tube in com.sun.xml.ws.transport.http.client
Classes in com.sun.xml.ws.transport.http.client that implement Tube -
Uses of Tube in com.sun.xml.ws.transport.tcp.client
Classes in com.sun.xml.ws.transport.tcp.client that implement TubeMethods in com.sun.xml.ws.transport.tcp.client that return TubeModifier and TypeMethodDescriptionTCPTransportPipeFactory.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 TubeModifier and TypeMethodDescriptionTCPTransportPipeFactory.doCreate(ClientTubeAssemblerContext context) static TubeTCPTransportPipeFactory.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 TubeModifier and TypeMethodDescriptionAtTubeFactory.createTube(ClientTubelineAssemblyContext context) Adds TX tube to the client-side tubeline, depending on whether TX is enabled or not.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 TubeModifier and TypeClassDescriptionclassclassTypical inbound message:Constructors in com.sun.xml.ws.tx.at.tube with parameters of type TubeModifierConstructorDescriptionWSATClientTube(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 TubeModifier and TypeMethodDescriptionprotected TubePool.TubePool.create()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 -
Uses of Tube in com.sun.xml.ws.util.pipe
Classes in com.sun.xml.ws.util.pipe that implement TubeModifier and TypeClassDescriptionclassTubethat does the schema validation.classPipethat dumps messages that pass through.Methods in com.sun.xml.ws.util.pipe that return TubeModifier and TypeMethodDescriptionStandaloneTubeAssembler.createClient(ClientTubeAssemblerContext context) 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 TubeModifierConstructorDescriptionAbstractSchemaValidationTube(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 TubeModifier and TypeClassDescriptionclassclassclassConstructors in com.sun.xml.wss.jaxws.impl with parameters of type TubeModifierConstructorDescriptionSecurityClientTube(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 TubeFields in com.sun.xml.wss.provider.wsit declared as TubeMethods in com.sun.xml.wss.provider.wsit that return TubeModifier and TypeMethodDescriptionClientPipeCreator.createSecurityTube(ClientTubelineAssemblyContext context) ServerPipeCreator.createSecurityTube(ServerTubelineAssemblyContext context) SecurityTubeFactory.createTube(ClientTubelineAssemblyContext context) SecurityTubeFactory.createTube(ServerTubelineAssemblyContext context) Constructors in com.sun.xml.wss.provider.wsit with parameters of type TubeModifierConstructorDescriptionClientSecurityTube(TubeConfiguration config, Tube nextTube) ClientSecurityTube(Map<String, Object> props, Tube next) ServerSecurityTube(Map<String, Object> props, Tube next, boolean isHttpBinding) -
Uses of Tube in com.sun.xml.xwss
Classes in com.sun.xml.xwss that implement TubeConstructors in com.sun.xml.xwss with parameters of type TubeModifierConstructorDescriptionXWSSClientTube(WSDLPort prt, WSService svc, WSBinding bnd, Tube nextTube) Creates a new instance of XWSSClientPipeXWSSServerTube(WSEndpoint epoint, WSDLPort prt, Tube nextTube) Creates a new instance of XWSSServerPipe
Runnable