org.apache.synapse.config.xml.endpoints
Class EndpointDefinitionFactory

java.lang.Object
  extended by org.apache.synapse.config.xml.endpoints.EndpointDefinitionFactory
All Implemented Interfaces:
DefinitionFactory

public class EndpointDefinitionFactory
extends Object
implements DefinitionFactory


Field Summary
static org.apache.commons.logging.Log log
           
 
Constructor Summary
EndpointDefinitionFactory()
           
 
Method Summary
 EndpointDefinition createDefinition(OMElement elem)
          Extracts the QoS information from the XML which represents a WSDL/Address/Default endpoints
protected static void handleException(String msg)
           
protected static void handleException(String msg, Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.commons.logging.Log log
Constructor Detail

EndpointDefinitionFactory

public EndpointDefinitionFactory()
Method Detail

createDefinition

public EndpointDefinition createDefinition(OMElement elem)
Extracts the QoS information from the XML which represents a WSDL/Address/Default endpoints

Specified by:
createDefinition in interface DefinitionFactory
Parameters:
elem - XML which represents the endpoint with QoS information
Returns:
the created endpoint definition

handleException

protected static void handleException(String msg)

handleException

protected static void handleException(String msg,
                                      Exception e)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.