Package org.marketcetera.util.ws.wrappers

Wrappers enabling certain web service data types to be marshalled.

See:
          Description

Interface Summary
Messages The internationalization constants used by this package.
 

Class Summary
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 is Locale.
RemoteI18NBoundMessage A wrapper for an I18NBoundMessage.
RemoteProperties A container for the information marshalled/serialized by a RemoteException.
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
RemoteException A remote exception.
RemoteProxyException A partial, client-side representation of a server exception, when the full exception cannot be reconstructed.
 

Package org.marketcetera.util.ws.wrappers Description

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


Copyright © 2012. All Rights Reserved.