Skip navigation links
A B C E G H I O P R S W 

A

act_getConsumer() - Method in interface com.adaptris.actional.interceptor.bridge.IWorkflow
 
act_getDestination() - Method in interface com.adaptris.actional.interceptor.bridge.IAdaptrisMessageConsumer
 
act_getDestination() - Method in interface com.adaptris.actional.interceptor.bridge.IAdaptrisMessageProducer
 
act_getMetadata() - Method in interface com.adaptris.actional.interceptor.bridge.IAdaptrisMessage
 
act_getUniqueId() - Method in interface com.adaptris.actional.interceptor.bridge.IComponent
 
act_obtainChannel() - Method in interface com.adaptris.actional.interceptor.bridge.IWorkflow
 
ActionalContext - Class in com.adaptris.actional.interceptor
This helper class allows to keep context related to the Actional instrumentation of an Adaptris Workflow.
ActionalContext(String) - Constructor for class com.adaptris.actional.interceptor.ActionalContext
Constructor for creating an ActionalContext object.
addMetadataItem(String, String) - Method in interface com.adaptris.actional.interceptor.bridge.IAdaptrisMessage
 
after_doService(IService, IAdaptrisMessage) - Static method in class com.adaptris.actional.interceptor.ServiceAspect
This methods handles all post-activity interceptor logic for the instrumentation of com.adaptris.core.Service objects.
after_onMessage(IAdaptrisMessageListener, IAdaptrisMessage, IAdaptrisMessage) - Static method in class com.adaptris.actional.interceptor.WorkflowAspect
End the ServerInteraction for this Workflow instance.
after_produce(IAdaptrisMessageProducer, IAdaptrisMessage, IProduceDestination) - Static method in class com.adaptris.actional.interceptor.ProducerAspect
This method handles all post-activity interceptor logic for the produce() and request() methods of the instrumented classes.
APP_TYPE - Static variable in class com.adaptris.actional.interceptor.InterHelpAdaptris
 

B

before_doService(IService, IAdaptrisMessage) - Static method in class com.adaptris.actional.interceptor.ServiceAspect
This methods handles all pre-activity interceptor logic for the instrumentation of com.adaptris.core.Service objects.
before_onMessage(IAdaptrisMessageListener, IAdaptrisMessage) - Static method in class com.adaptris.actional.interceptor.WorkflowAspect
Start a ServerInteraction for this Workflow instance.
before_produce(IAdaptrisMessageProducer, IAdaptrisMessage, IProduceDestination) - Static method in class com.adaptris.actional.interceptor.ProducerAspect
This method handles all pre-activity interceptor logic for the produce() and request() methods of the instrumented classes.
begin(IAdaptrisMessageProducer, IAdaptrisMessage, IProduceDestination) - Static method in class com.adaptris.actional.interceptor.ProducerAspect
Begins a ServerInteraction for the IAdaptrisMessageProducer.
begin(IComponent, IAdaptrisMessage) - Static method in class com.adaptris.actional.interceptor.ServiceAspectHelper
 
begin(String, IComponent, IAdaptrisMessage) - Static method in class com.adaptris.actional.interceptor.ServiceAspectHelper
This methods starts a ServerInteraction for the IComponent.

C

com.adaptris.actional.interceptor - package com.adaptris.actional.interceptor
 
com.adaptris.actional.interceptor.bridge - package com.adaptris.actional.interceptor.bridge
 

E

equals(Object) - Method in class com.adaptris.actional.interceptor.ActionalContext
Override for the equals method.

G

getAdapterName() - Static method in class com.adaptris.actional.interceptor.InterHelpAdaptris
 
getDestination() - Method in interface com.adaptris.actional.interceptor.bridge.IConsumeDestination
 
getDestination() - Method in interface com.adaptris.actional.interceptor.bridge.IProduceDestination
 
getDestination(IAdaptrisMessage) - Method in interface com.adaptris.actional.interceptor.bridge.IProduceDestination
 
getInteractionInfo(InteractionStub) - Static method in class com.adaptris.actional.interceptor.InterHelpAdaptris
 
getKey() - Method in interface com.adaptris.actional.interceptor.bridge.IMetadataElement
 
getMetadataValue(String) - Method in interface com.adaptris.actional.interceptor.bridge.IAdaptrisMessage
 
getPayload() - Method in interface com.adaptris.actional.interceptor.bridge.IAdaptrisMessage
 
getServiceInteraction(String) - Method in class com.adaptris.actional.interceptor.ActionalContext
Returns the current service interaction for a given messageId.
getServiceInteraction(String) - Static method in class com.adaptris.actional.interceptor.WorkflowAspect
Retrieves the InteractionStub for the WorkflowAspect ServerInteraction for a given messageId.
getUniqueId() - Method in interface com.adaptris.actional.interceptor.bridge.IAdaptrisMessage
 
getUniqueId() - Method in interface com.adaptris.actional.interceptor.bridge.IChannel
 
getUniqueId() - Method in interface com.adaptris.actional.interceptor.bridge.IWorkflow
 
getValue() - Method in interface com.adaptris.actional.interceptor.bridge.IMetadataElement
 
getWorkflowInteraction(String) - Method in class com.adaptris.actional.interceptor.ActionalContext
Returns the current workflow interaction for a given messageId.
getWorkflowInteraction(String) - Static method in class com.adaptris.actional.interceptor.WorkflowAspect
Retrieves the InteractionStub for the WorkflowAspect ServerInteraction for a given messageId.

H

hasUniqueId() - Method in interface com.adaptris.actional.interceptor.bridge.IChannel
 

I

IAdaptrisMessage - Interface in com.adaptris.actional.interceptor.bridge
 
IAdaptrisMessageConsumer - Interface in com.adaptris.actional.interceptor.bridge
 
IAdaptrisMessageListener - Interface in com.adaptris.actional.interceptor.bridge
 
IAdaptrisMessageProducer - Interface in com.adaptris.actional.interceptor.bridge
 
IChannel - Interface in com.adaptris.actional.interceptor.bridge
 
IComponent - Interface in com.adaptris.actional.interceptor.bridge
 
IConsumeDestination - Interface in com.adaptris.actional.interceptor.bridge
 
IMetadataElement - Interface in com.adaptris.actional.interceptor.bridge
 
InterHelpAdaptris - Class in com.adaptris.actional.interceptor
Helper class with Adaptris-specific helper functions for the Adaptris interceptor.
InterHelpAdaptris() - Constructor for class com.adaptris.actional.interceptor.InterHelpAdaptris
 
IProduceDestination - Interface in com.adaptris.actional.interceptor.bridge
 
IService - Interface in com.adaptris.actional.interceptor.bridge
 
IServiceCollection - Interface in com.adaptris.actional.interceptor.bridge
 
IStandaloneProducer - Interface in com.adaptris.actional.interceptor.bridge
 
IWorkflow - Interface in com.adaptris.actional.interceptor.bridge
 

O

onthrow_doService(IService, IAdaptrisMessage, Throwable) - Static method in class com.adaptris.actional.interceptor.ServiceAspect
This methods handles exceptions thrown by com.adaptris.core.Service objects and reports them appropriately to the interceptor.
onthrow_onMessage(IAdaptrisMessageListener, IAdaptrisMessage, Throwable) - Static method in class com.adaptris.actional.interceptor.WorkflowAspect
End the ServerInteraction for this Workflow instance and mark it as a failed transaction.
onthrow_produce(IAdaptrisMessageProducer, IAdaptrisMessage, Throwable) - Static method in class com.adaptris.actional.interceptor.ProducerAspect
This method handles all interceptor logic which is to be applied in case exceptions are thrown by the produce() and request() methods of the instrumented classes.
OP_TYPE - Static variable in class com.adaptris.actional.interceptor.InterHelpAdaptris
 

P

ProducerAspect - Class in com.adaptris.actional.interceptor
This class contains all methods called by the aspects applied by the plugmaker to the com.adaptris.core.ProduceOnlyProducerImp and com.adaptris.core.RequestReplyProducerImp classes of the Adapter Framework.
ProducerAspect() - Constructor for class com.adaptris.actional.interceptor.ProducerAspect
 

R

readMetadata(IAdaptrisMessage, ServerInteraction) - Static method in class com.adaptris.actional.interceptor.InterHelpAdaptris
A helper function for adding the IMetadataElement headers of the IAdaptrisMessage as transport headers that can be used for message fields.
removeWiSiPair(String) - Method in class com.adaptris.actional.interceptor.ActionalContext
Remove the current workflow and service interaction for a given messageId.
removeWorkflowAndServiceInteraction(String) - Static method in class com.adaptris.actional.interceptor.WorkflowAspect
Removes the InteractionStub for the WorkflowAspect ServerInteraction for a given messageId.
resetWiSiPairs() - Method in class com.adaptris.actional.interceptor.ActionalContext
Remove the current workflow and service interaction for a given messageId.
resetWisiPairs() - Static method in class com.adaptris.actional.interceptor.WorkflowAspect
Removes the InteractionStub for the WorkflowAspect ServerInteraction for a given messageId.

S

ServiceAspect - Class in com.adaptris.actional.interceptor
This class contains all methods called by the aspects applied by the plugmaker to the com.adaptris.core.Service class of the Adapter Framework.
ServiceAspect() - Constructor for class com.adaptris.actional.interceptor.ServiceAspect
 
ServiceAspectHelper - Class in com.adaptris.actional.interceptor
 
ServiceAspectHelper() - Constructor for class com.adaptris.actional.interceptor.ServiceAspectHelper
 
setAdapterName(String) - Static method in class com.adaptris.actional.interceptor.InterHelpAdaptris
 
setServiceInteraction(String, Interactions) - Method in class com.adaptris.actional.interceptor.ActionalContext
Sets the current service interaction for a given messageId.
setServiceInteraction(String, Interactions) - Static method in class com.adaptris.actional.interceptor.WorkflowAspect
Stores the InteractionStub for the current ServiceAspect ServerInteraction in ThreadLocal storage for a given messageId.
setWorkflowInteraction(String, InteractionStub) - Method in class com.adaptris.actional.interceptor.ActionalContext
Sets the current workflow interaction for a given messageId.
setWorkflowInteraction(String, InteractionStub) - Static method in class com.adaptris.actional.interceptor.WorkflowAspect
Stores the InteractionStub for the WorkflowAspect ServerInteraction in ThreadLocal storage for a given messageId.
SVC_TYPE - Static variable in class com.adaptris.actional.interceptor.InterHelpAdaptris
 

W

WorkflowAspect - Class in com.adaptris.actional.interceptor
This class contains all methods called by the aspects applied by the plug-maker to the com.adaptris.core.Workflow class of the Adapter Framework.
WorkflowAspect() - Constructor for class com.adaptris.actional.interceptor.WorkflowAspect
 
A B C E G H I O P R S W 
Skip navigation links