Uses of Interface
org.jboss.seam.remoting.wrapper.Wrapper

Packages that use Wrapper
org.jboss.seam.remoting   
org.jboss.seam.remoting.wrapper   
 

Uses of Wrapper in org.jboss.seam.remoting
 

Methods in org.jboss.seam.remoting that return Wrapper
 Wrapper CallContext.createWrapperFromElement(org.dom4j.Element element)
           
 Wrapper CallContext.createWrapperFromObject(Object value, String path)
           
 

Methods in org.jboss.seam.remoting that return types with arguments of type Wrapper
 Map<String,Wrapper> CallContext.getInRefs()
          Returns the inbound object references
 List<Wrapper> CallContext.getOutRefs()
          Returns the outbound object references
 

Methods in org.jboss.seam.remoting with parameters of type Wrapper
 void CallContext.addOutRef(Wrapper w)
          Add an outbound object reference
 void Call.addParameter(Wrapper param)
          Add a parameter to this call.
static void MarshalUtils.marshalModelExpand(Model model, Wrapper value, OutputStream out, int newRefIdx)
           
 

Method parameters in org.jboss.seam.remoting with type arguments of type Wrapper
static void MarshalUtils.marshalNewRefs(List<Wrapper> refs, int startIdx, List<String> constraints, OutputStream out)
           
static void MarshalUtils.marshalRefs(List<Wrapper> refs, List<String> constraints, OutputStream out)
           
 

Uses of Wrapper in org.jboss.seam.remoting.wrapper
 

Classes in org.jboss.seam.remoting.wrapper that implement Wrapper
 class BagWrapper
          Wrapper for collections, arrays, etc.
 class BaseWrapper
          Base class for all Wrapper implementations.
 class BeanWrapper
           
 class BooleanWrapper
           
 class DateWrapper
          Handles date conversions
 class MapWrapper
           
 class NullWrapper
           
 class NumberWrapper
          Int wrapper class.
 class StringWrapper
          String wrapper class.
 

Methods in org.jboss.seam.remoting.wrapper that return Wrapper
 Wrapper WrapperFactory.createWrapper(String type, BeanManager beanManager)
           
 Wrapper BeanWrapper.getBeanProperty(String propertyName)
           
 Wrapper WrapperFactory.getWrapperForObject(Object obj, BeanManager beanManager)
           
 

Methods in org.jboss.seam.remoting.wrapper with parameters of type Wrapper
 void BeanWrapper.setBeanProperty(String propertyName, Wrapper valueWrapper)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.