org.jboss.seam.remoting
Class CallContext

java.lang.Object
  extended by org.jboss.seam.remoting.CallContext

public class CallContext
extends Object

Represents the context of an individual call.

Author:
Shane Bryzak

Constructor Summary
CallContext(javax.enterprise.inject.spi.BeanManager beanManager)
           
 
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

CallContext

public CallContext(javax.enterprise.inject.spi.BeanManager beanManager)
Method Detail

createWrapperFromElement

public Wrapper createWrapperFromElement(org.dom4j.Element element)
Parameters:
element - Element
Returns:
Wrapper

createWrapperFromObject

public Wrapper createWrapperFromObject(Object value,
                                       String path)
Returns:
Wrapper

getInRefs

public Map<String,Wrapper> getInRefs()
Returns the inbound object references

Returns:
Map

getOutRefs

public List<Wrapper> getOutRefs()
Returns the outbound object references

Returns:
List

addOutRef

public void addOutRef(Wrapper w)
Add an outbound object reference

Parameters:
w - Wrapper


Copyright © 2011 Seam Framework. All Rights Reserved.