|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.model.OptionalIdentifiedDefinition
org.apache.camel.model.ProcessorDefinition<Type>
org.apache.camel.model.OutputDefinition<AOPDefinition>
org.apache.camel.model.AOPDefinition
Processor
and
InterceptStrategy
to do AOP in Camel.
@Deprecated 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 |
---|
errorHandlerBuilder, errorHandlerRef, inheritErrorHandler, log |
Constructor Summary | |
---|---|
AOPDefinition()
Deprecated. |
Method Summary | |
---|---|
AOPDefinition |
after(String afterUri)
Deprecated. Uses a AOP after. |
AOPDefinition |
afterFinally(String afterUri)
Deprecated. Uses a AOP after with after being invoked in a finally block. |
AOPDefinition |
around(String beforeUri,
String afterUri)
Deprecated. Uses a AOP around. |
AOPDefinition |
aroundFinally(String beforeUri,
String afterUri)
Deprecated. Uses a AOP around with after being invoked in a finally block |
AOPDefinition |
before(String beforeUri)
Deprecated. Uses a AOP before. |
Processor |
createProcessor(RouteContext routeContext)
Deprecated. Override this in definition class and implement logic to create the processor based on the definition model. |
String |
getAfterFinallyUri()
Deprecated. |
String |
getAfterUri()
Deprecated. |
String |
getBeforeUri()
Deprecated. |
String |
getLabel()
Deprecated. Returns a label to describe this node such as the expression if some kind of expression node |
String |
getShortName()
Deprecated. Returns a short name for this node which can be useful for ID generation or referring to related resources like images |
void |
setAfterFinallyUri(String afterFinallyUri)
Deprecated. |
void |
setAfterUri(String afterUri)
Deprecated. |
void |
setBeforeUri(String beforeUri)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class org.apache.camel.model.OutputDefinition |
---|
getOutputs, isOutputSupported, setOutputs |
Methods inherited from class org.apache.camel.model.OptionalIdentifiedDefinition |
---|
description, getDescription, getDescriptionText, 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 OutputDefinition<AOPDefinition>
public String getBeforeUri()
public void setBeforeUri(String beforeUri)
public String getAfterUri()
public void setAfterUri(String afterUri)
public String getAfterFinallyUri()
public void setAfterFinallyUri(String afterFinallyUri)
public String getShortName()
OptionalIdentifiedDefinition
getShortName
in class OutputDefinition<AOPDefinition>
public String getLabel()
ProcessorDefinition
getLabel
in class ProcessorDefinition<AOPDefinition>
public Processor createProcessor(RouteContext routeContext) throws Exception
ProcessorDefinition
createProcessor
in class ProcessorDefinition<AOPDefinition>
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 |