| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.remoting.CallContext
public class CallContext
Represents the context of an individual call.
| Constructor Summary | |
|---|---|
| CallContext() | |
| Method Summary | |
|---|---|
|  void | addOutRef(Wrapper w)Add an outbound object reference | 
|  Wrapper | createWrapperFromElement(org.dom4j.Element element) | 
|  Wrapper | createWrapperFromObject(Object value,
                        String path) | 
|  Map<String,Wrapper> | getInRefs()Returns the inbound object references | 
|  List<Wrapper> | getOutRefs()Returns the outbound object references | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CallContext()
| Method Detail | 
|---|
public Wrapper createWrapperFromElement(org.dom4j.Element element)
element - Element
public Wrapper createWrapperFromObject(Object value, String path)
public Map<String,Wrapper> getInRefs()
public List<Wrapper> getOutRefs()
public void addOutRef(Wrapper w)
w - Wrapper| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||