|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.coherence.config.xml.processor.ParamTypeProcessor
@XmlSimpleName(value="param-type")
public class ParamTypeProcessor
A ParamTypeProcessor is responsible for processing <param-type> XmlElements to produce a fully qualified class name.
| Constructor Summary | |
|---|---|
ParamTypeProcessor() |
|
| Method Summary | |
|---|---|
java.lang.String |
process(ProcessingContext context, XmlElement element)Process an XmlElement to return a specific type of value. |
| Constructor Detail |
|---|
public ParamTypeProcessor()
| Method Detail |
|---|
public java.lang.String process(ProcessingContext context,
XmlElement element)
throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessorcontext - the ProcessingContext in which the XmlElement is being processedelement - the XmlElement to processConfigurationException - when a configuration problem was encountered
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||