See: Description
| Interface | Description |
|---|---|
| Messages |
The internationalization constants used by this package.
|
| 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 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 | Description |
|---|---|
| RemoteException |
A remote exception.
|
| RemoteProxyException |
A partial, client-side representation of a server exception, when
the full exception cannot be reconstructed.
|
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
Copyright © 2015. All Rights Reserved.