Package com.ibm.wsspi.artifact.overlay
Interface OverlayContainerFactory
public interface OverlayContainerFactory
Factory for obtaining OverlayContainers.
-
Method Summary
Modifier and TypeMethodDescription<T extends OverlayContainer>
TcreateOverlay
(Class<T> overlayType, ArtifactContainer b) Create an overlay, for the requested overlayType.
-
Method Details
-
createOverlay
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.
-