Package | Description |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.addressing.v200408 | |
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.api.pipe.helper |
Default partial implementations of
Pipe . |
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
com.sun.xml.ws.dump | |
com.sun.xml.ws.handler | |
com.sun.xml.ws.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.pipe |
Modifier and Type | Class and Description |
---|---|
class |
W3CWsaClientTube |
class |
W3CWsaServerTube |
class |
WsaClientTube
WsaClientTube appears in the Tubeline only if addressing is enabled.
|
class |
WsaServerTube
Handles WS-Addressing for the server.
|
(package private) class |
WsaTube
WS-Addressing processing code shared between client and server.
|
Modifier and Type | Class and Description |
---|---|
class |
MemberSubmissionWsaClientTube |
class |
MemberSubmissionWsaServerTube |
Modifier and Type | Method and Description |
---|---|
void |
PipeClonerImpl.add(AbstractTubeImpl original,
AbstractTubeImpl copy)
Disambiguation version.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilterTubeImpl
Convenient default implementation for filtering
Tube . |
class |
PipeAdapter
|
Modifier and Type | Method and Description |
---|---|
AbstractTubeImpl |
AbstractTubeImpl.copy(PipeCloner cloner)
Needs to be implemented by the derived class, but we can't make it abstract
without upsetting javac.
|
abstract AbstractTubeImpl |
AbstractTubeImpl.copy(TubeCloner cloner) |
Constructor and Description |
---|
AbstractTubeImpl(AbstractTubeImpl that,
TubeCloner cloner)
Copy constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSchemaValidationTube
Tube that does the schema validation on the client side. |
Modifier and Type | Method and Description |
---|---|
AbstractTubeImpl |
ClientSchemaValidationTube.copy(TubeCloner cloner) |
Modifier and Type | Class and Description |
---|---|
class |
LoggingDumpTube |
(package private) class |
MessageDumpingTube |
Modifier and Type | Class and Description |
---|---|
class |
ClientLogicalHandlerTube |
class |
ClientMessageHandlerTube |
class |
ClientSOAPHandlerTube |
class |
HandlerTube |
class |
ServerLogicalHandlerTube |
class |
ServerMessageHandlerTube |
class |
ServerSOAPHandlerTube |
Modifier and Type | Class and Description |
---|---|
class |
ClientMUTube
Performs soap mustUnderstand processing for clients.
|
(package private) class |
MUTube |
class |
ServerMUTube |
Modifier and Type | Class and Description |
---|---|
class |
ServerSchemaValidationTube
Tube that does the schema validation on the server side. |
Modifier and Type | Method and Description |
---|---|
AbstractTubeImpl |
ServerSchemaValidationTube.copy(TubeCloner cloner) |
AbstractTubeImpl |
InvokerTube.copy(TubeCloner cloner)
processRequest() and processResponse() do not share any instance variables
while processing the request.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncProviderInvokerTube<T>
This
Tube is used to invoke the AsyncProvider endpoints. |
class |
ProviderInvokerTube<T>
|
class |
SyncProviderInvokerTube<T>
This tube is used to invoke the
Provider endpoints. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DeferredTransportPipe
Proxy transport
Tube and Pipe that lazily determines the
actual transport pipe by looking at Packet.endpointAddress . |
Modifier and Type | Class and Description |
---|---|
class |
HttpTransportPipe
Tube that sends a request to a remote HTTP server. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSchemaValidationTube
Tube that does the schema validation. |
class |
DumpTube
Pipe that dumps messages that pass through. |
Modifier and Type | Method and Description |
---|---|
AbstractTubeImpl |
DumpTube.copy(TubeCloner cloner) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.