org.jboss.wsf.spi.invocation
Class Invocation

java.lang.Object
  extended by org.jboss.wsf.spi.invocation.Invocation

public class Invocation
extends java.lang.Object

A general endpoint invocation.

Since:
20-Apr-2007
Author:
Thomas.Diesler@jboss.com

Constructor Summary
Invocation()
           
 
Method Summary
 java.lang.Object[] getArgs()
           
 InvocationContext getInvocationContext()
           
 java.lang.reflect.Method getJavaMethod()
           
 java.lang.Object getReturnValue()
           
 void setArgs(java.lang.Object[] args)
           
 void setInvocationContext(InvocationContext invocationContext)
           
 void setJavaMethod(java.lang.reflect.Method javaMethod)
           
 void setReturnValue(java.lang.Object returnValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invocation

public Invocation()
Method Detail

getInvocationContext

public InvocationContext getInvocationContext()

setInvocationContext

public void setInvocationContext(InvocationContext invocationContext)

getJavaMethod

public java.lang.reflect.Method getJavaMethod()

setJavaMethod

public void setJavaMethod(java.lang.reflect.Method javaMethod)

getArgs

public java.lang.Object[] getArgs()

setArgs

public void setArgs(java.lang.Object[] args)

getReturnValue

public java.lang.Object getReturnValue()

setReturnValue

public void setReturnValue(java.lang.Object returnValue)


Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.