Uses of Class
org.mule.api.model.InvocationResult.State

Packages that use InvocationResult.State
org.mule.api.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
 

Uses of InvocationResult.State in org.mule.api.model
 

Fields in org.mule.api.model declared as InvocationResult.State
static InvocationResult.State InvocationResult.STATE_INVOKE_NOT_SUPPORTED
          Deprecated. 
static InvocationResult.State InvocationResult.STATE_INVOKED_FAILED
          Deprecated. 
static InvocationResult.State InvocationResult.STATE_INVOKED_SUCESSFUL
          Deprecated. 
 

Methods in org.mule.api.model that return InvocationResult.State
 InvocationResult.State InvocationResult.getState()
           
static InvocationResult.State InvocationResult.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InvocationResult.State[] InvocationResult.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.mule.api.model with parameters of type InvocationResult.State
InvocationResult(EntryPointResolver resolver, InvocationResult.State state)
          Will construct an InvocationResult with a given state.
 



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