Package | Description |
---|---|
com.sun.xml.ws.api.client | |
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.util.pipe |
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 |
---|---|
static Pipe |
TransportPipeFactory.create(ClassLoader classLoader,
ClientPipeAssemblerContext context)
|
Pipe |
PipelineAssembler.createClient(ClientPipeAssemblerContext context)
Creates a new pipeline for clients.
|
abstract Pipe |
TransportPipeFactory.doCreate(ClientPipeAssemblerContext context)
Creates a transport
Pipe for the given port, if this factory can do so,
or return null. |
Modifier and Type | Method and Description |
---|---|
Pipe |
StandalonePipeAssembler.createClient(ClientPipeAssemblerContext context) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.