Uses of Interface
com.sun.xml.ws.api.pipe.Tube
-
-
Uses of Tube in com.sun.xml.ws.addressing
Classes in com.sun.xml.ws.addressing that implement Tube Modifier and Type Class Description classW3CWsaClientTubeclassW3CWsaServerTubeclassWsaClientTubeWsaClientTube appears in the Tubeline only if addressing is enabled.classWsaServerTubeHandles WS-Addressing for the server.Constructors in com.sun.xml.ws.addressing with parameters of type Tube Constructor Description 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 Modifier and Type Class Description classMemberSubmissionWsaClientTubeclassMemberSubmissionWsaServerTubeConstructors in com.sun.xml.ws.addressing.v200408 with parameters of type Tube Constructor Description 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 Modifier and Type Method Description <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 Tube Modifier and Type Method Description static TubeTubeCloner. clone(Tube p)Invoked by a client of a tube to clone the whole pipeline.TubeTube. copy(TubeCloner cloner)Creates an identical clone of thisTube.static TubeTransportTubeFactory. create(ClassLoader classLoader, ClientTubeAssemblerContext context)LocatesTransportTubeFactorys and create a suitable transportTube.TubeTubelineAssembler. createClient(ClientTubeAssemblerContext context)Creates a new tubeline for clients.TubeClientTubeAssemblerContext. createClientMUTube(Tube next)Creates aTubethat performs SOAP mustUnderstand processing.protected TubeTransportTubeFactory. createDefault(ClientTubeAssemblerContext context)TubeClientTubeAssemblerContext. createDumpTube(String name, PrintStream out, Tube next)creates aTubethat dumps messages that pass through.TubeServerTubeAssemblerContext. createDumpTube(String name, PrintStream out, Tube next)creates aTubethat dumps messages that pass through.TubeClientTubeAssemblerContext. createHandlerTube(Tube next)Creates aTubethat invokes protocol and logical handlers.TubeServerTubeAssemblerContext. createHandlerTube(Tube next)Creates aTubethat invokes protocol and logical handlers.protected TubeTransportTubeFactory. createHttpTransport(ClientTubeAssemblerContext context)TubeServerTubeAssemblerContext. createMonitoringTube(Tube next)Creates aTubethat does the monitoring of the invocation for a containerTubeClientTubeAssemblerContext. createSecurityTube(Tube next)Creates aTubethat adds container specific securityTubeServerTubeAssemblerContext. createSecurityTube(Tube next)Creates aTubethat adds container specific securityTubeTubelineAssembler. createServer(ServerTubeAssemblerContext context)Creates a new tubeline for servers.TubeServerTubeAssemblerContext. createServerMUTube(Tube next)Creates aTubethat performs SOAP mustUnderstand processing.TubeClientTubeAssemblerContext. createTransportTube()Creates a transport pipe (for client), which becomes the terminal pipe.TubeClientTubeAssemblerContext. createValidationTube(Tube next)creates aTubethat validates messages against schemaTubeServerTubeAssemblerContext. createValidationTube(Tube next)creates aTubethat validates messages against schemaTubeClientTubeAssemblerContext. createWsaTube(Tube next)Creates aTubethat invokes protocol and logical handlers.TubeServerTubeAssemblerContext. 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.TubeNextAction. getNext()Returns the next tubeTubeServerTubeAssemblerContext. getTerminalTube()The lastPipein the pipeline.Methods in com.sun.xml.ws.api.pipe with parameters of type Tube Modifier and Type Method Description voidPipeClonerImpl. add(Tube original, Tube copy)abstract voidTubeCloner. add(Tube original, Tube copy)This method must be called from within the copy constructor to notify that the copy was created.static TubeTubeCloner. clone(Tube p)Invoked by a client of a tube to clone the whole pipeline.TubeClientTubeAssemblerContext. createClientMUTube(Tube next)Creates aTubethat performs SOAP mustUnderstand processing.static jakarta.xml.ws.Dispatch<jakarta.activation.DataSource>Stubs. createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.static <T> jakarta.xml.ws.Dispatch<T>Stubs. createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)Creates a newDispatchstub that connects to the given pipe.TubeClientTubeAssemblerContext. createDumpTube(String name, PrintStream out, Tube next)creates aTubethat dumps messages that pass through.TubeServerTubeAssemblerContext. createDumpTube(String name, PrintStream out, Tube next)creates aTubethat dumps messages that pass through.TubeClientTubeAssemblerContext. createHandlerTube(Tube next)Creates aTubethat invokes protocol and logical handlers.TubeServerTubeAssemblerContext. createHandlerTube(Tube next)Creates aTubethat invokes protocol and logical handlers.static jakarta.xml.ws.Dispatch<Object>Stubs. createJAXBDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.bind.JAXBContext jaxbContext, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.static jakarta.xml.ws.Dispatch<Message>Stubs. createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)Deprecated.TubeServerTubeAssemblerContext. createMonitoringTube(Tube next)Creates aTubethat does the monitoring of the invocation for a containerstatic jakarta.xml.ws.Dispatch<Packet>Stubs. createPacketDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)Creates a newPacket-basedDispatchstub that connects to the given pipe.<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 jakarta.xml.ws.Dispatch<jakarta.xml.soap.SOAPMessage>Stubs. createSAAJDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.TubeClientTubeAssemblerContext. createSecurityTube(Tube next)Creates aTubethat adds container specific securityTubeServerTubeAssemblerContext. createSecurityTube(Tube next)Creates aTubethat adds container specific securityTubeServerTubeAssemblerContext. createServerMUTube(Tube next)Creates aTubethat performs SOAP mustUnderstand processing.static jakarta.xml.ws.Dispatch<Source>Stubs. createSourceDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.TubeClientTubeAssemblerContext. createValidationTube(Tube next)creates aTubethat validates messages against schemaTubeServerTubeAssemblerContext. createValidationTube(Tube next)creates aTubethat validates messages against schemaTubeClientTubeAssemblerContext. createWsaTube(Tube next)Creates aTubethat invokes protocol and logical handlers.TubeServerTubeAssemblerContext. createWsaTube(Tube next)Creates WS-Addressing pipevoidNextAction. invoke(Tube next, Packet p)Indicates 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.voidFiber. resetCont(Tube[] conts, int contsSize)Only to be used by Tubes that manipulate the Fiber to create alternate flowsPacketFiber. runSync(Tube tubeline, Packet request)Runs a givenTube(and everything thereafter) synchronously.voidNextAction. setNext(Tube next)Sets 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.voidNextAction. suspend(Tube next)Deprecated.Use variants that passRunnablevoidNextAction. 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 Constructor Description 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 Modifier and Type Class Description classAbstractFilterTubeImplConvenient default implementation for filteringTube.classAbstractTubeImplBase class forTubeimplementation.classPipeAdapterFields in com.sun.xml.ws.api.pipe.helper declared as Tube Modifier and Type Field Description protected TubeAbstractFilterTubeImpl. nextMethods in com.sun.xml.ws.api.pipe.helper that return Tube Modifier and Type Method Description static TubePipeAdapter. adapt(Pipe p)Methods in com.sun.xml.ws.api.pipe.helper with parameters of type Tube Modifier and Type Method Description static PipePipeAdapter. adapt(Tube p)protected NextActionAbstractTubeImpl. doInvoke(Tube next, Packet packet)protected NextActionAbstractTubeImpl. doInvokeAndForget(Tube next, Packet packet)protected NextActionAbstractTubeImpl. doSuspend(Tube next)Deprecated.protected NextActionAbstractTubeImpl. doSuspend(Tube next, Runnable onExitRunnable)Constructors in com.sun.xml.ws.api.pipe.helper with parameters of type Tube Constructor Description 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 Modifier and Type Method Description abstract TubeSCTokenConfiguration. getClientTube()abstract TubeSCTokenConfiguration. getNextTube() -
Uses of Tube in com.sun.xml.ws.assembler
Methods in com.sun.xml.ws.assembler that return Tube Modifier and Type Method Description TubeMetroTubelineAssembler. createClient(ClientTubeAssemblerContext jaxwsContext)TubeMetroTubelineAssembler. createServer(ServerTubeAssemblerContext jaxwsContext)TubeTubelineAssemblyContextImpl. getTubelineHead()Methods in com.sun.xml.ws.assembler with parameters of type Tube Modifier and Type Method Description booleanTubelineAssemblyContextImpl. setTubelineHead(Tube newHead) -
Uses of Tube in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return Tube Modifier and Type Method Description TubeTubeFactory. createTube(ClientTubelineAssemblyContext context)Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.TubeTubeFactory. createTube(ServerTubelineAssemblyContext context)Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.TubeTubelineAssemblyDecorator. decorateClient(Tube tube, ClientTubelineAssemblyContext context)Decorate client tubeTubeTubelineAssemblyDecorator. decorateClientHead(Tube tube, ClientTubelineAssemblyContext context)Decorate client head tube.TubeTubelineAssemblyDecorator. decorateClientTail(Tube tube, ClientTubelineAssemblyContext context)Decorate client tail tube.TubeTubelineAssemblyDecorator. decorateServer(Tube tube, ServerTubelineAssemblyContext context)Decorate server tubeTubeTubelineAssemblyDecorator. decorateServerHead(Tube tube, ServerTubelineAssemblyContext context)Decorate server head tube.TubeTubelineAssemblyDecorator. decorateServerTail(Tube tube, ServerTubelineAssemblyContext context)Decorate server tail tube.TubeServerTubelineAssemblyContext. getTerminalTube()The lastPipein the pipeline.TubeTubelineAssemblyContext. getTubelineHead()Methods in com.sun.xml.ws.assembler.dev with parameters of type Tube Modifier and Type Method Description TubeTubelineAssemblyDecorator. decorateClient(Tube tube, ClientTubelineAssemblyContext context)Decorate client tubeTubeTubelineAssemblyDecorator. decorateClientHead(Tube tube, ClientTubelineAssemblyContext context)Decorate client head tube.TubeTubelineAssemblyDecorator. decorateClientTail(Tube tube, ClientTubelineAssemblyContext context)Decorate client tail tube.TubeTubelineAssemblyDecorator. decorateServer(Tube tube, ServerTubelineAssemblyContext context)Decorate server tubeTubeTubelineAssemblyDecorator. decorateServerHead(Tube tube, ServerTubelineAssemblyContext context)Decorate server head tube.TubeTubelineAssemblyDecorator. decorateServerTail(Tube tube, ServerTubelineAssemblyContext context)Decorate server tail tube. -
Uses of Tube in com.sun.xml.ws.assembler.jaxws
-
Uses of Tube in com.sun.xml.ws.assembler.metro
Methods in com.sun.xml.ws.assembler.metro that return Tube Modifier and Type Method Description TubeServerPipelineHook. 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 Tube Modifier and Type Method Description TubeClientPipelineHook. 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 Tube Modifier and Type Method Description TubeTransportTubeFactory. createTube(ClientTubelineAssemblyContext context)TubeTransportTubeFactory. createTube(ServerTubelineAssemblyContext context) -
Uses of Tube in com.sun.xml.ws.client
Classes in com.sun.xml.ws.client that implement Tube Modifier and Type Class Description classClientSchemaValidationTubeTubethat does the schema validation on the client side.Methods in com.sun.xml.ws.client that return types with arguments of type Tube Modifier and Type Method Description Pool<Tube>Stub. getTubes()Constructors in com.sun.xml.ws.client with parameters of type Tube Constructor Description ClientSchemaValidationTube(WSBinding binding, WSDLPort port, Tube next)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.Stub(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 Tube Modifier and Type Method Description static jakarta.xml.ws.Dispatch<Source>DispatchImpl. createSourceDispatch(QName port, jakarta.xml.ws.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 Constructor Description DataSourceDispatch(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)Deprecated.DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, Tube pipe, WSEndpointReference epr, boolean allowFaultResponseMsg)DispatchImpl(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)Deprecated.JAXBDispatch(QName port, jakarta.xml.bind.JAXBContext jc, jakarta.xml.ws.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, jakarta.xml.ws.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 Constructor Description 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 Modifier and Type Class Description classLoggingDumpTubeMethods in com.sun.xml.ws.dump that return Tube Modifier and Type Method Description TubeMessageDumpingTubeFactory. createTube(ClientTubelineAssemblyContext context)TubeMessageDumpingTubeFactory. createTube(ServerTubelineAssemblyContext context)Constructors in com.sun.xml.ws.dump with parameters of type Tube Constructor Description 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 Modifier and Type Class Description classClientLogicalHandlerTubeclassClientMessageHandlerTubeclassClientSOAPHandlerTubeclassHandlerTubeclassServerLogicalHandlerTubeclassServerMessageHandlerTubeclassServerSOAPHandlerTubeConstructors in com.sun.xml.ws.handler with parameters of type Tube Constructor Description ClientLogicalHandlerTube(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 Tube Modifier and Type Class Description classMetadataServerPipeThis 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 Modifier and Type Class Description classClientMUTubePerforms soap mustUnderstand processing for clients.classServerMUTubeConstructors in com.sun.xml.ws.protocol.soap with parameters of type Tube Constructor Description 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 Modifier and Type Class Description classMcClientTubeclassMcServerTubeMethods in com.sun.xml.ws.rx.mc.runtime that return Tube Modifier and Type Method Description TubeMcTubeFactory. createTube(ClientTubelineAssemblyContext context)Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.TubeMcTubeFactory. 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 Modifier and Type Class Description classServerTubeMethods in com.sun.xml.ws.rx.rm.runtime that return Tube Modifier and Type Method Description TubeRmTubeFactory. createTube(ClientTubelineAssemblyContext context)Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.TubeRmTubeFactory. 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.util
Methods in com.sun.xml.ws.rx.util with parameters of type Tube Modifier and Type Method Description Communicator.BuilderCommunicator.Builder. tubelineHead(Tube value)Constructors in com.sun.xml.ws.rx.util with parameters of type Tube Constructor Description 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 Modifier and Type Method Description TubeDefaultSCTokenConfiguration. getClientTube()TubeDefaultSCTokenConfiguration. getNextTube()Constructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type Tube Constructor Description 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 Modifier and Type Interface Description interfaceEndpointAwareTubeTubes 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 Modifier and Type Class Description classInvokerTube<T>Base code forProviderInvokerTubeandSEIInvokerTube.classServerSchemaValidationTubeTubethat does the schema validation on the server side.Fields in com.sun.xml.ws.server declared as Tube Modifier and Type Field Description protected TubeWSEndpointImpl. masterTubelineConstructors in com.sun.xml.ws.server with parameters of type Tube Constructor Description 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 Modifier and Type Class Description classAsyncProviderInvokerTube<T>ThisTubeis used to invoke theAsyncProviderendpoints.classProviderInvokerTube<T>classSyncProviderInvokerTube<T>This 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 Tube Modifier and Type Class Description classInvokerTube<T extends Invoker>Base class forInvokerTuberestored to allow for containers to specify alternate implementations of SEI-based invoking.classSEIInvokerTubeThis 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 Modifier and Type Class Description classDeferredTransportPipeProxy 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 Modifier and Type Class Description classHttpTransportPipeTubethat 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 Modifier and Type Class Description classServiceChannelTransportPipeclassTCPTransportPipeMethods in com.sun.xml.ws.transport.tcp.client that return Tube Modifier and Type Method Description TubeTCPTransportPipeFactory. 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 Modifier and Type Method Description TubeTCPTransportPipeFactory. 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 Tube Modifier and Type Method Description TubeAtTubeFactory. createTube(ClientTubelineAssemblyContext context)Adds TX tube to the client-side tubeline, depending on whether TX is enabled or not.TubeAtTubeFactory. 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 Modifier and Type Class Description classWSATClientTubeclassWSATServerTubeTypical inbound message:Constructors in com.sun.xml.ws.tx.at.tube with parameters of type Tube Constructor Description 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 Modifier and Type Method Description protected TubePool.TubePool. create()TubePool.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 Constructor Description TubePool(Tube master) -
Uses of Tube in com.sun.xml.ws.util.pipe
Classes in com.sun.xml.ws.util.pipe that implement Tube Modifier and Type Class Description classAbstractSchemaValidationTubeTubethat does the schema validation.classDumpTubePipethat dumps messages that pass through.Methods in com.sun.xml.ws.util.pipe that return Tube Modifier and Type Method Description TubeStandaloneTubeAssembler. createClient(ClientTubeAssemblerContext context)TubeStandaloneTubeAssembler. 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 Constructor Description 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 Modifier and Type Class Description classSecurityClientTubeclassSecurityServerTubeclassSecurityTubeBaseConstructors in com.sun.xml.wss.jaxws.impl with parameters of type Tube Constructor Description 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 Modifier and Type Class Description classClientSecurityTubeclassServerSecurityTubeFields in com.sun.xml.wss.provider.wsit declared as Tube Modifier and Type Field Description protected TubeWSITAuthContextBase. nextTubeMethods in com.sun.xml.wss.provider.wsit that return Tube Modifier and Type Method Description TubeClientPipeCreator. createSecurityTube(ClientTubelineAssemblyContext context)TubeServerPipeCreator. createSecurityTube(ServerTubelineAssemblyContext context)TubeSecurityTubeFactory. createTube(ClientTubelineAssemblyContext context)TubeSecurityTubeFactory. createTube(ServerTubelineAssemblyContext context)Constructors in com.sun.xml.wss.provider.wsit with parameters of type Tube Constructor Description ClientSecurityTube(TubeConfiguration config, Tube nextTube)ClientSecurityTube(Map<Object,Object> props, Tube next)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 Modifier and Type Class Description classXWSSClientTubeclassXWSSServerTubeConstructors in com.sun.xml.xwss with parameters of type Tube Constructor Description XWSSClientTube(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
-