com.ibm.wsspi.resource

Interface ResourceConfigFactory


  1. public interface ResourceConfigFactory
Factory for creating resource configuration.

This interface is not intended to be implemented by clients.


Method Summary

Modifier and Type Method and Description
  1. ResourceConfig
createResourceConfig(java.lang.String type)
Creates a new ResourceConfig object.

Method Detail

createResourceConfig

  1. ResourceConfig createResourceConfig( java.lang.String type)
Creates a new ResourceConfig object.
Parameters:
type - the non-null interface type of the requested resource.