Class TemplateDefinitionFactory
- java.lang.Object
-
- org.apache.synapse.config.xml.endpoints.EndpointDefinitionFactory
-
- org.wso2.carbon.endpoint.ui.factory.TemplateDefinitionFactory
-
- All Implemented Interfaces:
org.apache.synapse.config.xml.endpoints.DefinitionFactory
public class TemplateDefinitionFactory extends org.apache.synapse.config.xml.endpoints.EndpointDefinitionFactory
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description TemplateDefinitionFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.synapse.endpoints.EndpointDefinition
createDefinition(org.apache.axiom.om.OMElement elem)
Extracts the QoS information from the XML which represents a WSDL/Address/Default endpoints for Template endpointsTemplateParameterContainer
getParameterContainer()
protected static void
handleException(String msg)
protected static void
handleException(String msg, Exception e)
-
-
-
Method Detail
-
getParameterContainer
public TemplateParameterContainer getParameterContainer()
-
createDefinition
public org.apache.synapse.endpoints.EndpointDefinition createDefinition(org.apache.axiom.om.OMElement elem)
Extracts the QoS information from the XML which represents a WSDL/Address/Default endpoints for Template endpoints- Specified by:
createDefinition
in interfaceorg.apache.synapse.config.xml.endpoints.DefinitionFactory
- Overrides:
createDefinition
in classorg.apache.synapse.config.xml.endpoints.EndpointDefinitionFactory
- Parameters:
elem
- XML which represents the endpoint with QoS information- Returns:
- the created endpoint definition
-
handleException
protected static void handleException(String msg)
-
-