org.mule.interceptor
Class RequestContextInvocation

java.lang.Object
  extended by org.mule.interceptor.RequestContextInvocation
All Implemented Interfaces:
Invocation

public abstract class RequestContextInvocation
extends Object
implements Invocation


Constructor Summary
RequestContextInvocation()
           
 
Method Summary
 MuleEvent getEvent()
           
 MuleMessage getMessage()
           
 Service getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.api.interceptor.Invocation
execute
 

Constructor Detail

RequestContextInvocation

public RequestContextInvocation()
Method Detail

getService

public Service getService()
Specified by:
getService in interface Invocation

getEvent

public MuleEvent getEvent()
Specified by:
getEvent in interface Invocation

getMessage

public MuleMessage getMessage()
Specified by:
getMessage in interface Invocation


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.