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