org.apache.synapse.config.xml.endpoints
Interface DefinitionFactory

All Known Implementing Classes:
EndpointDefinitionFactory

public interface DefinitionFactory


Method Summary
 EndpointDefinition createDefinition(OMElement elem)
          This method should extract the QoS information from the XML infoset which represents an endpoint
 

Method Detail

createDefinition

EndpointDefinition createDefinition(OMElement elem)
This method should extract the QoS information from the XML infoset which represents an endpoint

Parameters:
elem - XML which represents the endpoint with QoS information
Returns:
the created endpoint definition


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