Serialized Form


Package org.mule.module.jbpm

Class org.mule.module.jbpm.EndedProcess extends Object implements Serializable

Serialized Fields

id

String id

Class org.mule.module.jbpm.MuleReceiveActivity extends org.jbpm.jpdl.internal.activity.StateActivity implements Serializable

Serialized Fields

endpoint

String endpoint
Expected incoming endpoint; if a message was received from a different endpoint, an exception will be thrown.


payloadClass

Class<T> payloadClass
Expected incoming message type; if the payload received is not assignable to this class, an exception will be thrown.


variableName

String variableName
Variable into which the incoming message payload will be stored. If null, the payload will not be stored at all.


startState

boolean startState
Is this the first state in the process?

Class org.mule.module.jbpm.MuleSendActivity extends org.jbpm.jpdl.internal.activity.JpdlActivity implements Serializable

Serialized Fields

endpoint

String endpoint
Mule endpoint to send a message to. This may be a URI or logical name (for a global endpoint).


mep

org.mule.MessageExchangePattern mep
Exchange pattern (REQUEST-RESPONSE, ONE-WAY, etc.). Default is REQUEST-RESPONSE.


responsePayloadClass

Class<T> responsePayloadClass
Expected response type in the case of a synchronous call; if the response payload is not assignable to this class, an exception will be thrown.


responseVariableName

String responseVariableName
Variable into which the synchronous response will be stored. If null, the response will not be stored at all.


payloadExpression

String payloadExpression
payloadSource may be a literal value or it may be an expression which references process variables.


payloadObject

Object payloadObject
The actual payload (as an object) will be stored here.



Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.