Package com.sun.xml.ws.assembler
Class TubelineAssemblyContextImpl
- java.lang.Object
-
- com.sun.xml.ws.assembler.TubelineAssemblyContextImpl
-
- All Implemented Interfaces:
TubelineAssemblyContext
- Direct Known Subclasses:
MetroClientTubelineAssemblyContextImpl
public class TubelineAssemblyContextImpl extends Object implements TubelineAssemblyContext
A base tubeline assembly context class providing common methods for both client and server assembly context classes.- Author:
- Marek Potociar (marek.potociar at sun.com)
-
-
Constructor Summary
Constructors Constructor Description TubelineAssemblyContextImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PipegetAdaptedTubelineHead()<T> TgetImplementation(Class<T> type)TubegetTubelineHead()booleansetTubelineHead(Tube newHead)
-
-
-
Method Detail
-
getTubelineHead
public Tube getTubelineHead()
- Specified by:
getTubelineHeadin interfaceTubelineAssemblyContext
-
getAdaptedTubelineHead
public Pipe getAdaptedTubelineHead()
- Specified by:
getAdaptedTubelineHeadin interfaceTubelineAssemblyContext
-
setTubelineHead
public boolean setTubelineHead(Tube newHead)
-
getImplementation
public <T> T getImplementation(Class<T> type)
- Specified by:
getImplementationin interfaceTubelineAssemblyContext
-
-