Package com.avoka.fc.core.service.vo
Class XmlInputMapVO
- java.lang.Object
-
- com.avoka.fc.core.service.vo.XmlInputMapVO
-
public class XmlInputMapVO extends Object
Provides a read only Xml Input Map value object for performance caching.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description XmlInputMapVO(XmlInputMap xim)
Create an xml input map value object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInXpath()
String
getOutXpath()
-
-
-
Constructor Detail
-
XmlInputMapVO
public XmlInputMapVO(XmlInputMap xim)
Create an xml input map value object.- Parameters:
xim
- the source xml input map.
-
-