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.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 |
---|---|
ClientTubeAssemblerContext |
DefaultClientTubelineAssemblyContext.getWrappedContext() |
Modifier and Type | Method and Description |
---|---|
Tube |
MetroTubelineAssembler.createClient(ClientTubeAssemblerContext jaxwsContext) |
protected DefaultClientTubelineAssemblyContext |
MetroTubelineAssembler.createClientContext(ClientTubeAssemblerContext jaxwsContext) |
Constructor and Description |
---|
DefaultClientTubelineAssemblyContext(ClientTubeAssemblerContext context) |
Modifier and Type | Method and Description |
---|---|
ClientTubeAssemblerContext |
ClientTubelineAssemblyContext.getWrappedContext() |
Constructor and Description |
---|
DeferredTransportPipe(ClassLoader classLoader,
ClientTubeAssemblerContext context) |
Modifier and Type | Method and Description |
---|---|
Tube |
StandaloneTubeAssembler.createClient(ClientTubeAssemblerContext context) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.