Uses of Class
org.marketcetera.util.ws.wrappers.SerWrapper
-
Packages that use SerWrapper Package Description org.marketcetera.util.ws.wrappers Wrappers enabling certain web service data types to be marshalled. -
-
Uses of SerWrapper in org.marketcetera.util.ws.wrappers
Subclasses of SerWrapper in org.marketcetera.util.ws.wrappers Modifier and Type Class Description classCompSerWrapper<T extends Serializable & Comparable<? super T>>A dual-form wrapper for marshalling a comparable and serializable object.Fields in org.marketcetera.util.ws.wrappers declared as SerWrapper Modifier and Type Field Description private SerWrapper<I18NBoundMessage>RemoteI18NBoundMessage. mWrapperprivate SerWrapper<Throwable>RemoteProperties. mWrapperMethods in org.marketcetera.util.ws.wrappers that return SerWrapper Modifier and Type Method Description SerWrapper<I18NBoundMessage>RemoteI18NBoundMessage. getWrapper()Returns the receiver's message (wrapper).SerWrapper<Throwable>RemoteProperties. getWrapper()Returns the receiver's throwable (wrapper).Methods in org.marketcetera.util.ws.wrappers with parameters of type SerWrapper Modifier and Type Method Description voidRemoteI18NBoundMessage. setWrapper(SerWrapper<I18NBoundMessage> wrapper)Sets the receiver's message (wrapper) to the given one.voidRemoteProperties. setWrapper(SerWrapper<Throwable> wrapper)Set the receiver's throwable (wrapper) to the given one.
-