| Package | Description |
|---|---|
| org.marketcetera.util.ws.wrappers |
Wrappers enabling certain web service data types to be
marshalled.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompSerWrapper<T extends Serializable & Comparable<? super T>>
A dual-form wrapper for marshalling a comparable and serializable
object.
|
| Modifier and Type | Method and Description |
|---|---|
SerWrapper<Throwable> |
RemoteProperties.getWrapper()
Returns the receiver's throwable (wrapper).
|
SerWrapper<I18NBoundMessage> |
RemoteI18NBoundMessage.getWrapper()
Returns the receiver's message (wrapper).
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteI18NBoundMessage.setWrapper(SerWrapper<I18NBoundMessage> wrapper)
Sets the receiver's message (wrapper) to the given one.
|
void |
RemoteProperties.setWrapper(SerWrapper<Throwable> wrapper)
Set the receiver's throwable (wrapper) to the given one.
|
Copyright © 2015. All Rights Reserved.