|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.protocol.soap | |
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.util | |
com.sun.xml.ws.util.pipe |
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 | ||
---|---|---|
|
PipeClonerImpl.copy(T t)
|
|
abstract
|
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(java.lang.ClassLoader classLoader,
ClientTubeAssemblerContext context)
Locates TransportTubeFactory s 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 |
ServerTubeAssemblerContext.createDumpTube(java.lang.String name,
java.io.PrintStream out,
Tube next)
creates a Tube that dumps messages that pass through. |
Tube |
ClientTubeAssemblerContext.createDumpTube(java.lang.String name,
java.io.PrintStream out,
Tube next)
creates a Tube that dumps messages that pass through. |
Tube |
ServerTubeAssemblerContext.createHandlerTube(Tube next)
Creates a Tube that invokes protocol and logical handlers. |
Tube |
ClientTubeAssemblerContext.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 |
ServerTubeAssemblerContext.createSecurityTube(Tube next)
Creates a Tube that adds container specific security |
Tube |
ClientTubeAssemblerContext.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 |
ServerTubeAssemblerContext.createValidationTube(Tube next)
creates a Tube that validates messages against schema |
Tube |
ClientTubeAssemblerContext.createValidationTube(Tube next)
creates a Tube that validates messages against schema |
Tube |
ServerTubeAssemblerContext.createWsaTube(Tube next)
Creates WS-Addressing pipe |
Tube |
ClientTubeAssemblerContext.createWsaTube(Tube next)
Creates a Tube that invokes protocol and logical handlers. |
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<javax.activation.DataSource> |
Stubs.createDataSourceDispatch(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
static
|
Stubs.createDispatch(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
java.lang.Class<T> clazz,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Creates a new Dispatch stub that connects to the given pipe. |
|
Tube |
ServerTubeAssemblerContext.createDumpTube(java.lang.String name,
java.io.PrintStream out,
Tube next)
creates a Tube that dumps messages that pass through. |
|
Tube |
ClientTubeAssemblerContext.createDumpTube(java.lang.String name,
java.io.PrintStream out,
Tube next)
creates a Tube that dumps messages that pass through. |
|
Tube |
ServerTubeAssemblerContext.createHandlerTube(Tube next)
Creates a Tube that invokes protocol and logical handlers. |
|
Tube |
ClientTubeAssemblerContext.createHandlerTube(Tube next)
Creates a Tube that invokes protocol and logical handlers. |
|
static Dispatch<java.lang.Object> |
Stubs.createJAXBDispatch(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
javax.xml.bind.JAXBContext jaxbContext,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
static Dispatch<Message> |
Stubs.createMessageDispatch(javax.xml.namespace.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(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
Tube next,
WSEndpointReference epr)
Creates a new Packet -based Dispatch stub that connects to the given pipe. |
|
|
Stubs.createPortProxy(WSService service,
WSBinding binding,
SEIModel model,
java.lang.Class<T> portInterface,
Tube next,
WSEndpointReference epr)
Creates a new strongly-typed proxy object that implements a given port interface. |
|
static Dispatch<javax.xml.soap.SOAPMessage> |
Stubs.createSAAJDispatch(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
Tube |
ServerTubeAssemblerContext.createSecurityTube(Tube next)
Creates a Tube that adds container specific security |
|
Tube |
ClientTubeAssemblerContext.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<javax.xml.transform.Source> |
Stubs.createSourceDispatch(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
Tube |
ServerTubeAssemblerContext.createValidationTube(Tube next)
creates a Tube that validates messages against schema |
|
Tube |
ClientTubeAssemblerContext.createValidationTube(Tube next)
creates a Tube that validates messages against schema |
|
Tube |
ServerTubeAssemblerContext.createWsaTube(Tube next)
Creates WS-Addressing pipe |
|
Tube |
ClientTubeAssemblerContext.createWsaTube(Tube next)
Creates a Tube that invokes protocol and logical handlers. |
|
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)
Indicates that the fiber should be suspended. |
|
void |
NextAction.suspend(Tube next,
java.lang.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)
|
protected NextAction |
AbstractTubeImpl.doSuspend(Tube next,
java.lang.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.assembler |
---|
Methods in com.sun.xml.ws.assembler that return Tube | |
---|---|
Tube |
MetroTubelineAssembler.createClient(ClientTubeAssemblerContext jaxwsContext)
|
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 |
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 |
---|
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(javax.xml.namespace.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<javax.xml.transform.Source> |
DispatchImpl.createSourceDispatch(javax.xml.namespace.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(javax.xml.namespace.QName port,
Service.Mode mode,
WSServiceDelegate service,
Tube pipe,
BindingImpl binding,
WSEndpointReference epr)
Deprecated. |
|
DispatchImpl(javax.xml.namespace.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(javax.xml.namespace.QName port,
javax.xml.bind.JAXBContext jc,
Service.Mode mode,
WSServiceDelegate service,
Tube pipe,
BindingImpl binding,
WSEndpointReference epr)
Deprecated. |
|
MessageDispatch(javax.xml.namespace.QName port,
WSServiceDelegate service,
Tube pipe,
BindingImpl binding,
WSEndpointReference epr)
Deprecated. |
|
PacketDispatch(javax.xml.namespace.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(javax.xml.namespace.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(java.util.logging.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.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.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(javax.xml.namespace.QName serviceName,
javax.xml.namespace.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.util |
---|
Methods in com.sun.xml.ws.util that return Tube | |
---|---|
protected Tube |
Pool.TubePool.create()
|
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(java.lang.String name,
java.io.PrintStream out,
Tube next)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |