Package org.jboss.wsf.spi.invocation
Class InvocationContext
- java.lang.Object
-
- org.jboss.wsf.spi.deployment.AbstractExtensible
-
- 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
Constructors Constructor Description InvocationContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetTargetBean()voidsetTargetBean(Object targetBean)-
Methods inherited from class org.jboss.wsf.spi.deployment.AbstractExtensible
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty
-
-