@XmlSimpleName(value="local-address") public class LocalAddressProcessor extends Object implements ElementProcessor<InetSocketAddress>
ElementProcessor that parses a <local-address> to produce an InetSocketAddress.| Constructor and Description |
|---|
LocalAddressProcessor() |
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
process(ProcessingContext context, XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
public InetSocketAddress process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessor<InetSocketAddress>context - the ProcessingContext in which the XmlElement is being processedxmlElement - the XmlElement to processConfigurationException - when a configuration problem was encountered