com.ibm.wsspi.sibx.mediation.flow.ejb

Interface MediationFlowLocal

All Superinterfaces:
javax.ejb.EJBLocalObject

Deprecated.
  1. public interface MediationFlowLocal
  2. extends javax.ejb.EJBLocalObject
Local interface of the Mediation Flow bean.
See Also:
MediationFlowBean

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
Deprecated.
  1. static
  2. java.lang.String
COPYRIGHT
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. void
invokeEventFlow(com.ibm.ws.sibx.mediation.esb.SIBXEvent event,commonj.sdo.DataObject message,com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
Deprecated.
  1. void
invokeFaultFlow(MediationFlowKey key,commonj.sdo.DataObject message,com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
Deprecated.
  1. void
invokeRequestFlow(MediationFlowKey key,commonj.sdo.DataObject message,com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
Deprecated.
  1. void
invokeResponseFlow(MediationFlowKey key,commonj.sdo.DataObject message,com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
Deprecated.
  1. void
transactionNotSupportedWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore,java.lang.String key,long timeout,com.ibm.wsspi.sibx.context.Context context)
Deprecated.
  1. void
transactionSupportsWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore,java.lang.String key,long timeout,com.ibm.wsspi.sibx.context.Context context)
Deprecated.
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove

Field Detail

  1. static final java.lang.String COPYRIGHT
Deprecated.
See Also:

$sccsid

  1. static final java.lang.String $sccsid
Deprecated.
See Also:

Method Detail

invokeRequestFlow

  1. void invokeRequestFlow(MediationFlowKey key,
  2. commonj.sdo.DataObject message,
  3. com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
  4. throws MediationRuntimeException
  5. MediationConfigurationException
  6. MediationBusinessException
Deprecated.
Local method for invocation of a request flow.
Parameters:
key - the key identifying the request flow to invoke
message - the message to mediate
flowAction - the flow action factory
Throws:
MediationRuntimeException - if an exception occurs in flow processing
MediationConfigurationException - thrown by mediation primitives if they encounter a configuration excpetion
MediationBusinessException - thrown by mediation primitives if they encounter a business excpetion

invokeResponseFlow

  1. void invokeResponseFlow(MediationFlowKey key,
  2. commonj.sdo.DataObject message,
  3. com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
  4. throws MediationRuntimeException
  5. MediationConfigurationException
  6. MediationBusinessException
Deprecated.
Local method for invocation of a response flow.
Parameters:
key - the key identifying the response flow to invoke
message - the message to mediate
flowAction - the flow action factory
Throws:
MediationRuntimeException - if an exception occurs in flow processing
MediationConfigurationException - thrown by mediation primitives if they encounter a configuration excpetion
MediationBusinessException - thrown by mediation primitives if they encounter a business excpetion

invokeFaultFlow

  1. void invokeFaultFlow(MediationFlowKey key,
  2. commonj.sdo.DataObject message,
  3. com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
  4. throws MediationRuntimeException
  5. MediationConfigurationException
  6. MediationBusinessException
Deprecated.
Local method for invocation of a response fault flow.
Parameters:
key - the key identifying the response fault flow to invoke
message - the message to mediate
flowAction - the flow action factory
Throws:
MediationRuntimeException - if an exception occurs in flow processing
MediationConfigurationException - thrown by mediation primitives if they encounter a configuration excpetion
MediationBusinessException - thrown by mediation primitives if they encounter a business excpetion

invokeEventFlow

  1. void invokeEventFlow(com.ibm.ws.sibx.mediation.esb.SIBXEvent event,
  2. commonj.sdo.DataObject message,
  3. com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
  4. throws MediationRuntimeException
  5. MediationConfigurationException
  6. MediationBusinessException
Deprecated.
Local method for invocation of an event flow.
Parameters:
event - the event
message - the message to mediate
flowAction - the flow action factory
Throws:
MediationRuntimeException - if an exception occurs in flow processing
MediationConfigurationException - thrown by mediation primitives if they encounter a configuration excpetion
MediationBusinessException - thrown by mediation primitives if they encounter a business excpetion

transactionSupportsWriteContext

  1. void transactionSupportsWriteContext( com.ibm.wsspi.sibx.context.ContextStore contextStore,
  2. java.lang.String key,
  3. long timeout,
  4. com.ibm.wsspi.sibx.context.Context context)
  5. throws com.ibm.wsspi.sibx.context.DuplicateKeyException
  6. com.ibm.wsspi.sibx.context.StoreException
Deprecated.
Writes context information to the context store using the transaction scope of the global transaction (if any).
Parameters:
contextStore - the context store
key - the key used to identify this context
timeout - the the time (in milliseconds) after which the context is removed from the store
context - the context to store
Throws:
com.ibm.wsspi.sibx.context.StoreException
com.ibm.wsspi.sibx.context.DuplicateKeyException

transactionNotSupportedWriteContext

  1. void transactionNotSupportedWriteContext( com.ibm.wsspi.sibx.context.ContextStore contextStore,
  2. java.lang.String key,
  3. long timeout,
  4. com.ibm.wsspi.sibx.context.Context context)
  5. throws com.ibm.wsspi.sibx.context.DuplicateKeyException
  6. com.ibm.wsspi.sibx.context.StoreException
Deprecated.
Writes context information to the context store using a local transaction scope.
Parameters:
contextStore - the context store
key - the key used to identify this context
timeout - the the time (in milliseconds) after which the context is removed from the store
context - the context to store
Throws:
com.ibm.wsspi.sibx.context.StoreException
com.ibm.wsspi.sibx.context.DuplicateKeyException