Package | Description |
---|---|
com.sun.xml.ws.assembler | |
com.sun.xml.ws.assembler.dev | |
com.sun.xml.ws.assembler.jaxws | |
com.sun.xml.ws.dump |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultClientTubelineAssemblyContext
The context is a wrapper around the existing JAX-WS
ClientTubeAssemblerContext with additional features |
Modifier and Type | Method and Description |
---|---|
(package private) Collection<TubeCreator> |
TubelineAssemblyController.getTubeCreators(ClientTubelineAssemblyContext context)
Provides a ordered collection of WSIT/Metro client-side tube creators that are be used to
construct a client-side Metro tubeline
The order of the tube creators in the collection is last-to-first from the
client side request message processing perspective.
|
(package private) void |
TubeCreator.updateContext(ClientTubelineAssemblyContext context) |
Modifier and Type | Method and Description |
---|---|
Tube |
TubeFactory.createTube(ClientTubelineAssemblyContext context)
Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
|
Tube |
TubelineAssemblyDecorator.decorateClient(Tube tube,
ClientTubelineAssemblyContext context)
Decorate client tube
|
Tube |
TubelineAssemblyDecorator.decorateClientHead(Tube tube,
ClientTubelineAssemblyContext context)
Decorate client head tube.
|
Tube |
TubelineAssemblyDecorator.decorateClientTail(Tube tube,
ClientTubelineAssemblyContext context)
Decorate client tail tube.
|
void |
TubelineAssemblyContextUpdater.prepareContext(ClientTubelineAssemblyContext context)
TODO javadoc
|
Modifier and Type | Method and Description |
---|---|
Tube |
ValidationTubeFactory.createTube(ClientTubelineAssemblyContext context) |
Tube |
TerminalTubeFactory.createTube(ClientTubelineAssemblyContext context) |
Tube |
MustUnderstandTubeFactory.createTube(ClientTubelineAssemblyContext context) |
Tube |
MonitoringTubeFactory.createTube(ClientTubelineAssemblyContext context) |
Tube |
HandlerTubeFactory.createTube(ClientTubelineAssemblyContext context) |
Tube |
BasicTransportTubeFactory.createTube(ClientTubelineAssemblyContext context) |
Tube |
AddressingTubeFactory.createTube(ClientTubelineAssemblyContext context) |
Modifier and Type | Method and Description |
---|---|
Tube |
MessageDumpingTubeFactory.createTube(ClientTubelineAssemblyContext context) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.