org.milyn.persistence
Class EntityLocatorParameterVisitor
java.lang.Object
org.milyn.persistence.EntityLocatorParameterVisitor
- All Implemented Interfaces:
- ContentHandler, DOMElementVisitor, DOMVisitAfter, DOMVisitBefore, DOMVisitor, Consumer, Producer, SAXVisitAfter, SAXVisitBefore, SAXVisitor, Visitor
public class EntityLocatorParameterVisitor
- extends java.lang.Object
- implements DOMElementVisitor, SAXVisitBefore, SAXVisitAfter, Consumer, Producer
- Author:
- maurice.zeijen@smies.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityLocatorParameterVisitor
public EntityLocatorParameterVisitor()
initialize
@Initialize
public void initialize()
throws SmooksConfigurationException
- Set the resource configuration on the bean populator.
- Throws:
SmooksConfigurationException - Incorrectly configured resource.
consumes
public boolean consumes(java.lang.Object object)
- Specified by:
consumes in interface Consumer
getProducts
public java.util.Set<? extends java.lang.Object> getProducts()
- Specified by:
getProducts in interface Producer
visitBefore
public void visitBefore(org.w3c.dom.Element element,
ExecutionContext executionContext)
throws SmooksException
- Specified by:
visitBefore in interface DOMVisitBefore
- Throws:
SmooksException
visitAfter
public void visitAfter(org.w3c.dom.Element element,
ExecutionContext executionContext)
throws SmooksException
- Specified by:
visitAfter in interface DOMVisitAfter
- Throws:
SmooksException
visitBefore
public void visitBefore(SAXElement element,
ExecutionContext executionContext)
throws SmooksException,
java.io.IOException
- Specified by:
visitBefore in interface SAXVisitBefore
- Throws:
SmooksException
java.io.IOException
visitAfter
public void visitAfter(SAXElement element,
ExecutionContext executionContext)
throws SmooksException,
java.io.IOException
- Specified by:
visitAfter in interface SAXVisitAfter
- Throws:
SmooksException
java.io.IOException
populateAndSetPropertyValue
public void populateAndSetPropertyValue(java.lang.Object dataObject,
ExecutionContext executionContext)
getId
public java.lang.String getId()
Copyright © 2011. All Rights Reserved.