Uses of Class
org.directwebremoting.extend.MarshallException

Packages that use MarshallException
org.directwebremoting.bayeux   
org.directwebremoting.convert   
org.directwebremoting.dwrp   
org.directwebremoting.event   
org.directwebremoting.extend   
org.directwebremoting.guice This package provides support for Guice dependency injection in DWR-based web applications. 
org.directwebremoting.hibernate   
org.directwebremoting.impl   
uk.ltd.getahead.dwr.compat   
 

Uses of MarshallException in org.directwebremoting.bayeux
 

Methods in org.directwebremoting.bayeux that throw MarshallException
 boolean BayeuxScriptConduit.addScript(ScriptBuffer script)
           
 

Uses of MarshallException in org.directwebremoting.convert
 

Methods in org.directwebremoting.convert that throw MarshallException
 java.lang.Object XOMConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object XmlBeanConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object URLConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object URIConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object StringWrapperConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object StringEnumAbstractBaseConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object StringConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object RawConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object PrimitiveConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object MapConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object JDOMConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object FileConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object EnumConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object DOMConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object DOM4JConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object DateConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object ContextConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object CollectionConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object CharArrayConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object BigNumberConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object BasicObjectConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object ArrayConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 OutboundVariable XOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable URLConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable URIConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable StringWrapperConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable StringConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable RawConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable MapConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable JDOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable FileConverter.convertOutbound(java.lang.Object object, OutboundContext outboundContext)
           
 OutboundVariable DOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable DOM4JConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable DateConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable ContextConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable CollectionConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable CharArrayConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable BasicObjectConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable ArrayConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 java.util.Map<java.lang.String,Property> XmlBeanConverter.getPropertyMapFromClass(java.lang.Class<?> paramType, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> MinimalistExceptionConverter.getPropertyMapFromClass(java.lang.Class<?> type, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> ExceptionConverter.getPropertyMapFromClass(java.lang.Class<?> type, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> BeanConverter.getPropertyMapFromClass(java.lang.Class<?> type, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> ObjectConverter.getPropertyMapFromObject(java.lang.Object example, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> BeanConverter.getPropertyMapFromObject(java.lang.Object example, boolean readRequired, boolean writeRequired)
           
 java.lang.Object PlainProperty.getValue(java.lang.Object bean)
           
 void PlainProperty.setValue(java.lang.Object bean, java.lang.Object value)
           
 

Uses of MarshallException in org.directwebremoting.dwrp
 

Methods in org.directwebremoting.dwrp that throw MarshallException
 boolean PlainScriptConduit.addScript(ScriptBuffer scriptBuffer)
           
 boolean HtmlScriptConduit.addScript(ScriptBuffer scriptBuffer)
           
 boolean Html4kScriptConduit.addScript(ScriptBuffer scriptBuffer)
           
 java.lang.Object DefaultConverterManager.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx, TypeHintContext incc)
           
 OutboundVariable DefaultConverterManager.convertOutbound(java.lang.Object data, OutboundContext converted)
           
 

Uses of MarshallException in org.directwebremoting.event
 

Methods in org.directwebremoting.event that throw MarshallException
<T> T
MessageEvent.getData(java.lang.Class<T> asType)
          We convert the data (if the message is from the client) as late as possible so the message recipient can choose what type it should be.
 

Uses of MarshallException in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that throw MarshallException
abstract  boolean ScriptConduit.addScript(ScriptBuffer script)
          Add a script to the list bound for remote execution.
 java.lang.Object Converter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
          Attempt to coerce the data from a string to an Object.
 java.lang.Object ConverterManager.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx, TypeHintContext incc)
          Convert an object from being a string into an object of some type.
 OutboundVariable ConverterManager.convertOutbound(java.lang.Object data, OutboundContext converted)
          Convert an object into a Javavscript representation of the same.
 OutboundVariable Converter.convertOutbound(java.lang.Object data, OutboundContext outctx)
          Return a javascript string that defines the variable named varName to have the contents of the converted object data.
static java.lang.String ScriptBufferUtil.createOutput(ScriptBuffer buffer, ConverterManager converterManager)
          Return a string ready for output.
static java.lang.String ScriptBufferUtil.createOutput(ScriptBuffer buffer, ConverterManager converterManager, boolean jsonOutput)
          Return a string ready for output.
 void InboundVariable.dereference()
          Attempt to de-reference an inbound variable.
 void InboundContext.dereference()
          When we are sure we have finished parsing the input, we can begin to fix all cross-references.
static
<T> void
CallbackHelper.executeCallback(java.lang.String key, RawData data)
          The reverse of CallbackHelper.saveCallback(Callback, Class) which executes a Callback which has been
 java.util.Map<java.lang.String,Property> NamedConverter.getPropertyMapFromClass(java.lang.Class<?> type, boolean readRequired, boolean writeRequired)
          Get a map of property names to implementations of Property.
 java.util.Map<java.lang.String,Property> NamedConverter.getPropertyMapFromObject(java.lang.Object example, boolean readRequired, boolean writeRequired)
          Get a map of property names to implementations of Property.
 java.lang.Object Property.getValue(java.lang.Object bean)
          Get the value of this property of the passed in java bean
static void EnginePrivate.remoteHandleCallback(ScriptConduit conduit, java.lang.String batchId, java.lang.String callId, java.lang.Object data)
          Call the dwr.engine.remote.handleResponse() in the browser
 void Property.setValue(java.lang.Object bean, java.lang.Object value)
          Set the value of this property of the passed in java bean
 

Uses of MarshallException in org.directwebremoting.guice
 

Methods in org.directwebremoting.guice that throw MarshallException
 java.lang.Object InternalConverterManager.convertInbound(java.lang.Class<?> paramType, InboundVariable iv, InboundContext inctx, TypeHintContext incc)
           
 OutboundVariable InternalConverterManager.convertOutbound(java.lang.Object object, OutboundContext outctx)
           
 

Uses of MarshallException in org.directwebremoting.hibernate
 

Methods in org.directwebremoting.hibernate that throw MarshallException
 java.util.Map<java.lang.String,Property> H3BeanConverter.getPropertyMapFromObject(java.lang.Object example, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> H2BeanConverter.getPropertyMapFromObject(java.lang.Object example, boolean readRequired, boolean writeRequired)
           
 java.lang.Object H3PropertyDescriptorProperty.getValue(java.lang.Object bean)
           
 java.lang.Object H2PropertyDescriptorProperty.getValue(java.lang.Object bean)
           
 

Uses of MarshallException in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl that throw MarshallException
 java.lang.Object PropertyDescriptorProperty.getValue(java.lang.Object bean)
           
 java.lang.Object FieldProperty.getValue(java.lang.Object bean)
           
 void PropertyDescriptorProperty.setValue(java.lang.Object bean, java.lang.Object value)
           
 void FieldProperty.setValue(java.lang.Object bean, java.lang.Object value)
           
 

Uses of MarshallException in uk.ltd.getahead.dwr.compat
 

Methods in uk.ltd.getahead.dwr.compat that throw MarshallException
 OutboundVariable BaseV10Converter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
abstract  java.lang.String BaseV10Converter.convertOutbound(java.lang.Object data, java.lang.String varname, OutboundContext outctx)
           
 


Copyright ¬ 2005