org.jboss.wsf.spi.invocation
Class InvocationContext

java.lang.Object
  extended by org.jboss.wsf.spi.deployment.AbstractExtensible
      extended by org.jboss.wsf.spi.invocation.InvocationContext
All Implemented Interfaces:
Extensible

public class InvocationContext
extends AbstractExtensible

A basic invocation context.

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

Constructor Summary
InvocationContext()
           
 
Method Summary
 Object getTargetBean()
           
 void setTargetBean(Object targetBean)
           
 
Methods inherited from class org.jboss.wsf.spi.deployment.AbstractExtensible
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationContext

public InvocationContext()
Method Detail

getTargetBean

public Object getTargetBean()

setTargetBean

public void setTargetBean(Object targetBean)


Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.