|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.model.OptionalIdentifiedDefinition<Type>
org.apache.camel.model.ProcessorDefinition<Type>
org.apache.camel.model.OutputDefinition<ProcessorDefinition>
org.apache.camel.model.AOPDefinition
public class AOPDefinition
Represents an XML <aop/> element
Field Summary |
---|
Fields inherited from class org.apache.camel.model.OutputDefinition |
---|
outputs |
Fields inherited from class org.apache.camel.model.ProcessorDefinition |
---|
log |
Constructor Summary | |
---|---|
AOPDefinition()
|
Method Summary | |
---|---|
AOPDefinition |
after(String afterUri)
Uses a AOP after. |
AOPDefinition |
afterFinally(String afterUri)
Uses a AOP after with after being invoked in a finally block. |
AOPDefinition |
around(String beforeUri,
String afterUri)
Uses a AOP around. |
AOPDefinition |
aroundFinally(String beforeUri,
String afterUri)
Uses a AOP around with after being invoked in a finally block |
AOPDefinition |
before(String beforeUri)
Uses a AOP before. |
Processor |
createProcessor(RouteContext routeContext)
|
String |
getAfterFinallyUri()
|
String |
getAfterUri()
|
String |
getBeforeUri()
|
String |
getLabel()
Returns a label to describe this node such as the expression if some kind of expression node |
String |
getShortName()
Returns a short name for this node which can be useful for ID generation or referring to related resources like images |
String |
toString()
|
Methods inherited from class org.apache.camel.model.OutputDefinition |
---|
getOutputs, setOutputs |
Methods inherited from class org.apache.camel.model.OptionalIdentifiedDefinition |
---|
description, getDescription, getId, hasCustomIdAssigned, idOrCreate, setDescription, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AOPDefinition()
Method Detail |
---|
public String toString()
toString
in class Object
public String getBeforeUri()
public String getAfterUri()
public String getAfterFinallyUri()
public String getShortName()
OptionalIdentifiedDefinition
getShortName
in class OptionalIdentifiedDefinition<ProcessorDefinition>
public String getLabel()
ProcessorDefinition
getLabel
in class ProcessorDefinition<ProcessorDefinition>
public Processor createProcessor(RouteContext routeContext) throws Exception
createProcessor
in class ProcessorDefinition<ProcessorDefinition>
Exception
public AOPDefinition around(String beforeUri, String afterUri)
beforeUri
- the uri of the before endpointafterUri
- the uri of the after endpoint
public AOPDefinition aroundFinally(String beforeUri, String afterUri)
beforeUri
- the uri of the before endpointafterUri
- the uri of the after endpoint
public AOPDefinition before(String beforeUri)
beforeUri
- the uri of the before endpoint
public AOPDefinition after(String afterUri)
afterUri
- the uri of the after endpoint
public AOPDefinition afterFinally(String afterUri)
afterUri
- the uri of the after endpoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |