public interface ConfigurationFactory
Modifier and Type | Method and Description |
---|---|
SynapseConfiguration |
getConfiguration(org.apache.axiom.om.OMElement element,
java.util.Properties properties)
Get (basically builds) the configuration of Synapse built up from
an OMElement using the defined factory
|
java.lang.Class |
getSerializerClass()
Get the class which serializes the specified element
|
javax.xml.namespace.QName |
getTagQName()
Get the tag QName of the element piece that will be
build using the factory
|
javax.xml.namespace.QName getTagQName()
SynapseConfiguration getConfiguration(org.apache.axiom.om.OMElement element, java.util.Properties properties)
element
- OMElement describing the configuration to be buildjava.lang.Class getSerializerClass()
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.