Package com.ibm.wsspi.resource
Interface ResourceConfigFactory
- 
 public interface ResourceConfigFactoryFactory for creating resource configuration.This interface is not intended to be implemented by clients. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceConfigcreateResourceConfig(java.lang.String type)Creates a newResourceConfigobject.
 
- 
- 
- 
Method Detail- 
createResourceConfigResourceConfig createResourceConfig(java.lang.String type) Creates a newResourceConfigobject.- Parameters:
- type- the non-null interface type of the requested resource.
 
 
- 
 
-