org.jboss.wsf.spi.invocation
Class InvocationContext

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

public class InvocationContext
extends java.lang.Object

A basic invocation context.

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

Constructor Summary
InvocationContext()
           
 
Method Summary
<T> T
addAttachment(java.lang.Class<T> key, java.lang.Object value)
           
<T> T
getAttachment(java.lang.Class<T> key)
           
 java.lang.Object getTargetBean()
           
<T> T
removeAttachment(java.lang.Class<T> key)
           
 void setTargetBean(java.lang.Object targetBean)
           
 
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 java.lang.Object getTargetBean()

setTargetBean

public void setTargetBean(java.lang.Object targetBean)

addAttachment

public <T> T addAttachment(java.lang.Class<T> key,
                           java.lang.Object value)

getAttachment

public <T> T getAttachment(java.lang.Class<T> key)

removeAttachment

public <T> T removeAttachment(java.lang.Class<T> key)


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