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.Loglog
-
Constructor Summary
Constructors Constructor Description EndpointDefinitionFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointDefinitioncreateDefinition(org.apache.axiom.om.OMElement elem)Extracts the QoS information from the XML which represents a WSDL/Address/Default endpointsprotected static voidhandleException(String msg)protected static voidhandleException(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:
createDefinitionin interfaceDefinitionFactory- Parameters:
elem- XML which represents the endpoint with QoS information- Returns:
- the created endpoint definition
-
handleException
protected static void handleException(String msg)
-
-