Serialized Form


Package org.mule.transport.jbpm

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

Serialized Fields

id

String id

Class org.mule.transport.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.transport.jbpm.MuleSendActivity extends org.jbpm.jpdl.internal.activity.JpdlActivity implements Serializable

Serialized Fields

synchronous

boolean synchronous

endpoint

String endpoint

responsePayloadClass

Class<T> responsePayloadClass

responseVariableName

String responseVariableName

payloadExpression

String payloadExpression

payloadObject

Object payloadObject



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