public interface ResourceConfigFactory
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
ResourceConfig |
createResourceConfig(java.lang.String type)
Creates a new
ResourceConfig object. |
ResourceConfig createResourceConfig(java.lang.String type)
ResourceConfig
object.type
- the non-null interface type of the requested resource.