Package com.ibm.wsspi.artifact.overlay
Interface OverlayContainerFactory
-
public interface OverlayContainerFactory
Factory for obtaining OverlayContainers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends OverlayContainer>
TcreateOverlay(java.lang.Class<T> overlayType, ArtifactContainer b)
Create an overlay, for the requested overlayType.
-
-
-
Method Detail
-
createOverlay
<T extends OverlayContainer> T createOverlay(java.lang.Class<T> overlayType, ArtifactContainer b)
Create an overlay, for the requested overlayType.- Type Parameters:
T
- The type that will be returned- Parameters:
overlayType
- instance of the class of the type requested.b
- the container to base the overlay over.- Returns:
- Instance of T, or null if unable to handle request.
-
-