public class EntityLocatorParameterVisitor extends Object implements org.milyn.delivery.dom.DOMElementVisitor, org.milyn.delivery.sax.SAXVisitBefore, org.milyn.delivery.sax.SAXVisitAfter, org.milyn.delivery.ordering.Consumer, org.milyn.delivery.ordering.Producer
| Constructor and Description |
|---|
EntityLocatorParameterVisitor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
consumes(Object object) |
String |
getId() |
Set<? extends Object> |
getProducts() |
void |
initialize()
Set the resource configuration on the bean populator.
|
void |
populateAndSetPropertyValue(Object dataObject,
org.milyn.container.ExecutionContext executionContext) |
void |
visitAfter(Element element,
org.milyn.container.ExecutionContext executionContext) |
void |
visitAfter(org.milyn.delivery.sax.SAXElement element,
org.milyn.container.ExecutionContext executionContext) |
void |
visitBefore(Element element,
org.milyn.container.ExecutionContext executionContext) |
void |
visitBefore(org.milyn.delivery.sax.SAXElement element,
org.milyn.container.ExecutionContext executionContext) |
@Initialize
public void initialize()
throws org.milyn.cdr.SmooksConfigurationException
org.milyn.cdr.SmooksConfigurationException - Incorrectly configured resource.public boolean consumes(Object object)
consumes in interface org.milyn.delivery.ordering.Consumerpublic Set<? extends Object> getProducts()
getProducts in interface org.milyn.delivery.ordering.Producerpublic void visitBefore(Element element, org.milyn.container.ExecutionContext executionContext) throws org.milyn.SmooksException
visitBefore in interface org.milyn.delivery.dom.DOMVisitBeforeorg.milyn.SmooksExceptionpublic void visitAfter(Element element, org.milyn.container.ExecutionContext executionContext) throws org.milyn.SmooksException
visitAfter in interface org.milyn.delivery.dom.DOMVisitAfterorg.milyn.SmooksExceptionpublic void visitBefore(org.milyn.delivery.sax.SAXElement element,
org.milyn.container.ExecutionContext executionContext)
throws org.milyn.SmooksException,
IOException
visitBefore in interface org.milyn.delivery.sax.SAXVisitBeforeorg.milyn.SmooksExceptionIOExceptionpublic void visitAfter(org.milyn.delivery.sax.SAXElement element,
org.milyn.container.ExecutionContext executionContext)
throws org.milyn.SmooksException,
IOException
visitAfter in interface org.milyn.delivery.sax.SAXVisitAfterorg.milyn.SmooksExceptionIOExceptionpublic void populateAndSetPropertyValue(Object dataObject, org.milyn.container.ExecutionContext executionContext)
public String getId()
Copyright © 2016. All rights reserved.