Package com.ibm.wsspi.resource
Interface ResourceConfigFactory
public interface ResourceConfigFactory
Factory for creating resource configuration.
This interface is not intended to be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptioncreateResourceConfig
(String type) Creates a newResourceConfig
object.
-
Method Details
-
createResourceConfig
Creates a newResourceConfig
object.- Parameters:
type
- the non-null interface type of the requested resource.
-