Class APIFactory
- java.lang.Object
-
- org.apache.synapse.config.xml.rest.APIFactory
-
public class APIFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description APIFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static API
createAPI(org.apache.axiom.om.OMElement apiElt)
static API
createAPI(org.apache.axiom.om.OMElement apiElt, Properties properties)
-
-
-
Method Detail
-
createAPI
public static API createAPI(org.apache.axiom.om.OMElement apiElt)
-
createAPI
public static API createAPI(org.apache.axiom.om.OMElement apiElt, Properties properties)
-
-