Package org.marketcetera.util.ws.wrappers
Wrappers enabling certain web service data types to be marshalled. None of the classes in this package are thread-safe.
See also the documentation of org.marketcetera.util.ws.stateful
- Since:
- 1.0.0
- Version:
- $Id: package-info.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com, anshul@marketcetera.com
-
Interface Summary Interface Description Messages The internationalization constants used by this package. -
Class Summary Class Description BaseWrapper<T> A generic wrapper for marshalling a data value via JAXB.CompSerWrapper<T extends Serializable & Comparable<? super T>> A dual-form wrapper for marshalling a comparable and serializable object.DateWrapper A dual-form wrapper for marshalling a date.DualWrapper<R,M> A dual-form wrapper for marshalling a data value via JAXB or regular Java serialization.LocaleWrapper A dual-form wrapper for marshalling a locale.MapWrapper<K,V> A wrapper for marshalling a map value via JAXB.MarshalledLocale The marshalled form for a locale whose raw form isLocale.RemoteI18NBoundMessage A wrapper for anI18NBoundMessage.RemoteProperties A container for the information marshalled/serialized by aRemoteException.RootElementWrapper<T> A wrapper for any object, allowing it to become a root element in JAXB marshalling.SerWrapper<T extends Serializable> A dual-form wrapper for marshalling a serializable object. -
Exception Summary Exception Description RemoteException A remote exception.RemoteProxyException A partial, client-side representation of a server exception, when the full exception cannot be reconstructed.