final class TubelineAssemblyController extends Object
Constructor and Description |
---|
TubelineAssemblyController(MetroConfigName metroConfigName) |
Modifier and Type | Method and Description |
---|---|
(package private) Collection<TubeCreator> |
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) Collection<TubeCreator> |
getTubeCreators(DefaultServerTubelineAssemblyContext context)
Provides a ordered collection of WSIT/Metro server-side tube creators that are be used to
construct a server-side Metro tubeline for a given endpoint
The order of the tube creators in the collection is last-to-first from the
server side request message processing perspective.
|
TubelineAssemblyController(MetroConfigName metroConfigName)
Collection<TubeCreator> getTubeCreators(ClientTubelineAssemblyContext context)
endpointUri
- URI of the endpoint for which the collection of tube factories should be returnedCollection<TubeCreator> getTubeCreators(DefaultServerTubelineAssemblyContext context)
endpointUri
- URI of the endpoint for which the collection of tube factories should be returnedCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.