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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.synapse.endpoints.EndpointDefinitioncreateDefinition(org.apache.axiom.om.OMElement elem) Extracts the QoS information from the XML which represents a WSDL/Address/Default endpoints for Template endpointsprotected static voidhandleException(String msg) protected static voidhandleException(String msg, Exception e)
-
Field Details
-
log
public static final org.apache.commons.logging.Log log
-
-
Constructor Details
-
TemplateDefinitionFactory
public TemplateDefinitionFactory()
-
-
Method Details
-
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:
createDefinitionin interfaceorg.apache.synapse.config.xml.endpoints.DefinitionFactory- Overrides:
createDefinitionin classorg.apache.synapse.config.xml.endpoints.EndpointDefinitionFactory- Parameters:
elem- XML which represents the endpoint with QoS information- Returns:
- the created endpoint definition
-
handleException
-
handleException
-