| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.remoting.wrapper.BaseWrapper
Base class for all Wrapper implementations.
| Field Summary | |
|---|---|
| protected  CallContext | contextThe call context | 
| protected  org.dom4j.Element | elementThe DOM4J element containing the value | 
| protected  Object | valueThe wrapped value | 
| Constructor Summary | |
|---|---|
| BaseWrapper() | |
| Method Summary | |
|---|---|
|  Object | getValue()Returns the wrapped value | 
|  void | serialize(OutputStream out)Default implementation does nothing | 
|  void | setCallContext(CallContext context)Sets the call context | 
|  void | setElement(org.dom4j.Element element)Extracts a value from a DOM4J Element | 
|  void | setValue(Object value)Sets the wrapped value | 
|  void | unmarshal()Default implementation does nothing | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.jboss.seam.remoting.wrapper.Wrapper | 
|---|
| conversionScore, convert, marshal | 
| Field Detail | 
|---|
protected CallContext context
protected org.dom4j.Element element
protected Object value
| Constructor Detail | 
|---|
public BaseWrapper()
| Method Detail | 
|---|
public void setValue(Object value)
public Object getValue()
public void setCallContext(CallContext context)
setCallContext in interface Wrappercall - Callpublic void setElement(org.dom4j.Element element)
setElement in interface Wrapperelement - Elementpublic void unmarshal()
public void serialize(OutputStream out) throws IOException
out - OutputStream
IOException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||