|
||||||||||
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(java.lang.String afterUri)
Deprecated. Uses a AOP after. |
AOPDefinition |
afterFinally(java.lang.String afterUri)
Deprecated. Uses a AOP after with after being invoked in a finally block. |
AOPDefinition |
around(java.lang.String beforeUri,
java.lang.String afterUri)
Deprecated. Uses a AOP around. |
AOPDefinition |
aroundFinally(java.lang.String beforeUri,
java.lang.String afterUri)
Deprecated. Uses a AOP around with after being invoked in a finally block |
AOPDefinition |
before(java.lang.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. |
java.lang.String |
getAfterFinallyUri()
Deprecated. |
java.lang.String |
getAfterUri()
Deprecated. |
java.lang.String |
getBeforeUri()
Deprecated. |
java.lang.String |
getLabel()
Deprecated. Returns a label to describe this node such as the expression if some kind of expression node |
java.lang.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(java.lang.String afterFinallyUri)
Deprecated. |
void |
setAfterUri(java.lang.String afterUri)
Deprecated. |
void |
setBeforeUri(java.lang.String beforeUri)
Deprecated. |
java.lang.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 java.lang.String toString()
toString
in class OutputDefinition<AOPDefinition>
public java.lang.String getBeforeUri()
public void setBeforeUri(java.lang.String beforeUri)
public java.lang.String getAfterUri()
public void setAfterUri(java.lang.String afterUri)
public java.lang.String getAfterFinallyUri()
public void setAfterFinallyUri(java.lang.String afterFinallyUri)
public java.lang.String getShortName()
OptionalIdentifiedDefinition
getShortName
in class OutputDefinition<AOPDefinition>
public java.lang.String getLabel()
ProcessorDefinition
getLabel
in class ProcessorDefinition<AOPDefinition>
public Processor createProcessor(RouteContext routeContext) throws java.lang.Exception
ProcessorDefinition
createProcessor
in class ProcessorDefinition<AOPDefinition>
java.lang.Exception
public AOPDefinition around(java.lang.String beforeUri, java.lang.String afterUri)
beforeUri
- the uri of the before endpointafterUri
- the uri of the after endpoint
public AOPDefinition aroundFinally(java.lang.String beforeUri, java.lang.String afterUri)
beforeUri
- the uri of the before endpointafterUri
- the uri of the after endpoint
public AOPDefinition before(java.lang.String beforeUri)
beforeUri
- the uri of the before endpoint
public AOPDefinition after(java.lang.String afterUri)
afterUri
- the uri of the after endpoint
public AOPDefinition afterFinally(java.lang.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 |