Package | Description |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.addressing.v200408 | |
com.sun.xml.ws.api.client | |
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.server |
APIs for hosting JAX-WS services.
|
com.sun.xml.ws.assembler | |
com.sun.xml.ws.assembler.dev | |
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 |
---|---|
Pipe |
ClientPipelineHook.createSecurityPipe(ClientPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container
to register a pipe for security.
|
Modifier and Type | Method and Description |
---|---|
Pipe |
ClientPipelineHook.createSecurityPipe(ClientPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container
to register a pipe for security.
|
Modifier and Type | Method and Description |
---|---|
<T extends Pipe> |
PipeClonerImpl.copy(T p)
Pipe version of PipeClonerImpl.copy(Tube) |
abstract <T extends Pipe> |
PipeCloner.copy(T p)
Deprecated.
Pipe version of TubeCloner.copy(Tube) |
Modifier and Type | Method and Description |
---|---|
static Pipe |
PipeCloner.clone(Pipe p)
Deprecated.
Pipe version of TubeCloner.clone(Tube) |
Pipe |
Pipe.copy(PipeCloner cloner)
Deprecated.
Creates an identical clone of this
Pipe . |
static Pipe |
TransportPipeFactory.create(ClassLoader classLoader,
ClientPipeAssemblerContext context)
|
Pipe |
PipelineAssembler.createClient(ClientPipeAssemblerContext context)
Creates a new pipeline for clients.
|
Pipe |
ClientPipeAssemblerContext.createClientMUPipe(Pipe next)
Deprecated.
Creates a
Pipe that performs SOAP mustUnderstand processing. |
Pipe |
ServerPipeAssemblerContext.createDumpPipe(String name,
PrintStream out,
Pipe next)
Deprecated.
creates a
Pipe that dumps messages that pass through. |
Pipe |
ClientPipeAssemblerContext.createDumpPipe(String name,
PrintStream out,
Pipe next)
Deprecated.
creates a
Pipe that dumps messages that pass through. |
Pipe |
ServerPipeAssemblerContext.createHandlerPipe(Pipe next)
Deprecated.
Creates a
Pipe that invokes protocol and logical handlers. |
Pipe |
ClientPipeAssemblerContext.createHandlerPipe(Pipe next)
Deprecated.
Creates a
Pipe that invokes protocol and logical handlers. |
Pipe |
ServerPipeAssemblerContext.createMonitoringPipe(Pipe next)
Deprecated.
Creates a
Pipe that does the monitoring of the invocation for a
container |
Pipe |
ServerPipeAssemblerContext.createSecurityPipe(Pipe next)
Deprecated.
Creates a
Pipe that adds container specific security |
Pipe |
ClientPipeAssemblerContext.createSecurityPipe(Pipe next)
Deprecated.
Creates a
Tube that adds container specific security |
Pipe |
PipelineAssembler.createServer(ServerPipeAssemblerContext context)
Creates a new pipeline for servers.
|
Pipe |
ServerPipeAssemblerContext.createServerMUPipe(Pipe next)
Deprecated.
Creates a
Pipe that performs SOAP mustUnderstand processing. |
Pipe |
ClientPipeAssemblerContext.createTransportPipe()
Deprecated.
Creates a transport pipe (for client), which becomes the terminal pipe.
|
Pipe |
ServerPipeAssemblerContext.createValidationPipe(Pipe next)
Deprecated.
creates a
Pipe that validates messages against schema |
Pipe |
ClientPipeAssemblerContext.createValidationPipe(Pipe next)
Deprecated.
creates a
Pipe that validates messages against schema |
Pipe |
ServerPipeAssemblerContext.createWsaPipe(Pipe next)
Deprecated.
Creates WS-Addressing pipe
|
Pipe |
ClientPipeAssemblerContext.createWsaPipe(Pipe next)
Deprecated.
Creates a
Pipe that performs WS-Addressig processing. |
abstract Pipe |
TransportPipeFactory.doCreate(ClientPipeAssemblerContext context)
Creates a transport
Pipe for the given port, if this factory can do so,
or return null. |
Pipe |
ServerPipeAssemblerContext.getTerminalPipe()
Deprecated.
The last
Pipe in the pipeline. |
Modifier and Type | Method and Description |
---|---|
void |
PipeClonerImpl.add(Pipe original,
Pipe copy)
The
Pipe version of PipeClonerImpl.add(Tube, Tube) . |
abstract void |
PipeCloner.add(Pipe original,
Pipe copy)
Deprecated.
The
Pipe version of TubeCloner.add(Tube, Tube) . |
static Pipe |
PipeCloner.clone(Pipe p)
Deprecated.
Pipe version of TubeCloner.clone(Tube) |
Pipe |
ClientPipeAssemblerContext.createClientMUPipe(Pipe next)
Deprecated.
Creates a
Pipe that performs SOAP mustUnderstand processing. |
Pipe |
ServerPipeAssemblerContext.createDumpPipe(String name,
PrintStream out,
Pipe next)
Deprecated.
creates a
Pipe that dumps messages that pass through. |
Pipe |
ClientPipeAssemblerContext.createDumpPipe(String name,
PrintStream out,
Pipe next)
Deprecated.
creates a
Pipe that dumps messages that pass through. |
Pipe |
ServerPipeAssemblerContext.createHandlerPipe(Pipe next)
Deprecated.
Creates a
Pipe that invokes protocol and logical handlers. |
Pipe |
ClientPipeAssemblerContext.createHandlerPipe(Pipe next)
Deprecated.
Creates a
Pipe that invokes protocol and logical handlers. |
Pipe |
ServerPipeAssemblerContext.createMonitoringPipe(Pipe next)
Deprecated.
Creates a
Pipe that does the monitoring of the invocation for a
container |
Pipe |
ServerPipeAssemblerContext.createSecurityPipe(Pipe next)
Deprecated.
Creates a
Pipe that adds container specific security |
Pipe |
ClientPipeAssemblerContext.createSecurityPipe(Pipe next)
Deprecated.
Creates a
Tube that adds container specific security |
Pipe |
ServerPipeAssemblerContext.createServerMUPipe(Pipe next)
Deprecated.
Creates a
Pipe that performs SOAP mustUnderstand processing. |
Pipe |
ServerPipeAssemblerContext.createValidationPipe(Pipe next)
Deprecated.
creates a
Pipe that validates messages against schema |
Pipe |
ClientPipeAssemblerContext.createValidationPipe(Pipe next)
Deprecated.
creates a
Pipe that validates messages against schema |
Pipe |
ServerPipeAssemblerContext.createWsaPipe(Pipe next)
Deprecated.
Creates WS-Addressing pipe
|
Pipe |
ClientPipeAssemblerContext.createWsaPipe(Pipe next)
Deprecated.
Creates a
Pipe that performs WS-Addressig processing. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilterPipeImpl
Default implementation of
Pipe that is used as a filter. |
class |
AbstractFilterTubeImpl
Convenient default implementation for filtering
Tube . |
class |
AbstractPipeImpl
Partial default implementation of
Pipe . |
class |
AbstractTubeImpl
Base class for
Tube implementation. |
class |
PipeAdapter
|
Modifier and Type | Field and Description |
---|---|
protected Pipe |
AbstractFilterPipeImpl.next
Next pipe to call.
|
Modifier and Type | Method and Description |
---|---|
static Pipe |
PipeAdapter.adapt(Tube p) |
Modifier and Type | Method and Description |
---|---|
static Tube |
PipeAdapter.adapt(Pipe p) |
Constructor and Description |
---|
AbstractFilterPipeImpl(Pipe next) |
AbstractPipeImpl(Pipe that,
PipeCloner cloner)
Basis for the copy constructor.
|
Modifier and Type | Method and Description |
---|---|
Pipe |
ServerPipelineHook.createMonitoringPipe(ServerPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container
to register a pipe for monitoring.
|
Pipe |
ServerPipelineHook.createSecurityPipe(ServerPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container
to register a pipe for security.
|
Modifier and Type | Method and Description |
---|---|
Pipe |
ServerPipelineHook.createMonitoringPipe(ServerPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container
to register a pipe for monitoring.
|
Pipe |
ServerPipelineHook.createSecurityPipe(ServerPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container
to register a pipe for security.
|
Modifier and Type | Method and Description |
---|---|
Pipe |
TubelineAssemblyContextImpl.getAdaptedTubelineHead() |
Modifier and Type | Method and Description |
---|---|
Pipe |
TubelineAssemblyContext.getAdaptedTubelineHead() |
Modifier and Type | Class and Description |
---|---|
class |
ClientSchemaValidationTube
Tube that does the schema validation on the client side. |
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 | 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 |
---|---|
Pipe |
StandalonePipeAssembler.createClient(ClientPipeAssemblerContext context) |
Pipe |
StandalonePipeAssembler.createServer(ServerPipeAssemblerContext context)
On Server-side, HandlerChains cannot be changed after it is deployed.
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.