public interface MediationFlowLocal
extends javax.ejb.EJBLocalObject
MediationFlowBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid
Deprecated.
|
static java.lang.String |
COPYRIGHT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
invokeEventFlow(com.ibm.ws.sibx.mediation.esb.SIBXEvent event,
commonj.sdo.DataObject message,
com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
Deprecated.
|
void |
invokeFaultFlow(MediationFlowKey key,
commonj.sdo.DataObject message,
com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
Deprecated.
|
void |
invokeRequestFlow(MediationFlowKey key,
commonj.sdo.DataObject message,
com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
Deprecated.
|
void |
invokeResponseFlow(MediationFlowKey key,
commonj.sdo.DataObject message,
com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
Deprecated.
|
void |
transactionNotSupportedWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore,
java.lang.String key,
long timeout,
com.ibm.wsspi.sibx.context.Context context)
Deprecated.
|
void |
transactionSupportsWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore,
java.lang.String key,
long timeout,
com.ibm.wsspi.sibx.context.Context context)
Deprecated.
|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
void invokeRequestFlow(MediationFlowKey key, commonj.sdo.DataObject message, com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction) throws MediationRuntimeException, MediationConfigurationException, MediationBusinessException
key
- the key identifying the request flow to invokemessage
- the message to mediateflowAction
- the flow action factoryMediationRuntimeException
- if an exception occurs in flow processingMediationConfigurationException
- thrown by mediation primitives if
they encounter a configuration excpetionMediationBusinessException
- thrown by mediation primitives if
they encounter a business excpetionvoid invokeResponseFlow(MediationFlowKey key, commonj.sdo.DataObject message, com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction) throws MediationRuntimeException, MediationConfigurationException, MediationBusinessException
key
- the key identifying the response flow to invokemessage
- the message to mediateflowAction
- the flow action factoryMediationRuntimeException
- if an exception occurs in flow processingMediationConfigurationException
- thrown by mediation primitives if
they encounter a configuration excpetionMediationBusinessException
- thrown by mediation primitives if
they encounter a business excpetionvoid invokeFaultFlow(MediationFlowKey key, commonj.sdo.DataObject message, com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction) throws MediationRuntimeException, MediationConfigurationException, MediationBusinessException
key
- the key identifying the response fault flow to invokemessage
- the message to mediateflowAction
- the flow action factoryMediationRuntimeException
- if an exception occurs in flow processingMediationConfigurationException
- thrown by mediation primitives if
they encounter a configuration excpetionMediationBusinessException
- thrown by mediation primitives if
they encounter a business excpetionvoid invokeEventFlow(com.ibm.ws.sibx.mediation.esb.SIBXEvent event, commonj.sdo.DataObject message, com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction) throws MediationRuntimeException, MediationConfigurationException, MediationBusinessException
event
- the eventmessage
- the message to mediateflowAction
- the flow action factoryMediationRuntimeException
- if an exception occurs in flow processingMediationConfigurationException
- thrown by mediation primitives if
they encounter a configuration excpetionMediationBusinessException
- thrown by mediation primitives if
they encounter a business excpetionvoid transactionSupportsWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore, java.lang.String key, long timeout, com.ibm.wsspi.sibx.context.Context context) throws com.ibm.wsspi.sibx.context.DuplicateKeyException, com.ibm.wsspi.sibx.context.StoreException
contextStore
- the context storekey
- the key used to identify this contexttimeout
- the the time (in milliseconds) after which the context is removed from the storecontext
- the context to storecom.ibm.wsspi.sibx.context.StoreException
com.ibm.wsspi.sibx.context.DuplicateKeyException
void transactionNotSupportedWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore, java.lang.String key, long timeout, com.ibm.wsspi.sibx.context.Context context) throws com.ibm.wsspi.sibx.context.DuplicateKeyException, com.ibm.wsspi.sibx.context.StoreException
contextStore
- the context storekey
- the key used to identify this contexttimeout
- the the time (in milliseconds) after which the context is removed from the storecontext
- the context to storecom.ibm.wsspi.sibx.context.StoreException
com.ibm.wsspi.sibx.context.DuplicateKeyException