Package com.ibm.wsspi.artifact.overlay
Interface OverlayContainerFactory
- 
 public interface OverlayContainerFactoryFactory for obtaining OverlayContainers.
- 
- 
Method SummaryAll 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.
 
 
- 
 
-