Package | Description |
---|---|
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.assembler | |
com.sun.xml.ws.assembler.dev | |
com.sun.xml.ws.transport | |
com.sun.xml.ws.transport.async_client_transport | |
com.sun.xml.ws.transport.local |
Transport implementations that work inside the single JVM.
|
com.sun.xml.ws.util.pipe |
Modifier and Type | Class and Description |
---|---|
class |
ClientPipeAssemblerContext
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Tube |
TransportTubeFactory.create(ClassLoader classLoader,
ClientTubeAssemblerContext context)
Locates
TransportTubeFactory s and create a suitable transport Tube . |
Tube |
TubelineAssembler.createClient(ClientTubeAssemblerContext context)
Creates a new tubeline for clients.
|
protected Tube |
TransportTubeFactory.createDefault(ClientTubeAssemblerContext context) |
protected Tube |
TransportTubeFactory.createHttpTransport(ClientTubeAssemblerContext context) |
abstract Tube |
TransportTubeFactory.doCreate(ClientTubeAssemblerContext context)
Creates a transport
Tube for the given port, if this factory can do so,
or return null. |
Modifier and Type | Method and Description |
---|---|
Tube |
MetroTubelineAssembler.createClient(ClientTubeAssemblerContext jaxwsContext) |
protected com.sun.xml.ws.assembler.DefaultClientTubelineAssemblyContext |
MetroTubelineAssembler.createClientContext(ClientTubeAssemblerContext jaxwsContext) |
Modifier and Type | Method and Description |
---|---|
ClientTubeAssemblerContext |
ClientTubelineAssemblyContext.getWrappedContext() |
Constructor and Description |
---|
DeferredTransportPipe(ClassLoader classLoader,
ClientTubeAssemblerContext context) |
Modifier and Type | Method and Description |
---|---|
Tube |
AsyncClientTransportTubeFactory.doCreate(ClientTubeAssemblerContext context) |
Constructor and Description |
---|
AsyncClientTransportTube(ClientTubeAssemblerContext context) |
Modifier and Type | Method and Description |
---|---|
Tube |
InVmTransportFactory.doCreate(ClientTubeAssemblerContext context) |
Tube |
LocalTransportFactory.doCreate(ClientTubeAssemblerContext context) |
Modifier and Type | Method and Description |
---|---|
Tube |
StandaloneTubeAssembler.createClient(ClientTubeAssemblerContext context) |
Copyright © 2015 Oracle Corporation. All rights reserved.