public class UnsupportedFeatureProcessor extends Object implements ElementProcessor<Object>
Modifier and Type | Field and Description |
---|---|
protected String |
f_sFeature
The feature that is not supported
|
Constructor and Description |
---|
UnsupportedFeatureProcessor(String sFeature)
Construct ElementProcessor that reports which feature is not support.
|
Modifier and Type | Method and Description |
---|---|
Object |
process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
protected final String f_sFeature
public UnsupportedFeatureProcessor(String sFeature)
sFeature
- the feature that is not supportedpublic Object process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
ElementProcessor
XmlElement
to return a specific type of value.process
in interface ElementProcessor<Object>
context
- the ProcessingContext
in which the
XmlElement
is being processedxmlElement
- the XmlElement
to processConfigurationException
- when a configuration problem was encountered