org.jboss.wsf.spi.invocation
Class InvocationContext
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationContext
public InvocationContext()
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.