org.mule.common.config
Interface XmlConfigurationCallback


public interface XmlConfigurationCallback


Method Summary
 Map<String,String> getEnvironmentProperties()
           
 Element getGlobalElement(String globalElementName)
           
 Element[] getPropertyPlaceholders()
           
 String getSchemaLocation(String namespaceUri)
           
 

Method Detail

getGlobalElement

Element getGlobalElement(String globalElementName)

getSchemaLocation

String getSchemaLocation(String namespaceUri)

getPropertyPlaceholders

Element[] getPropertyPlaceholders()

getEnvironmentProperties

Map<String,String> getEnvironmentProperties()


Copyright © 2015 MuleSoft, Inc.. All rights reserved.