|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.BooleanMarshaller
public class BooleanMarshaller
Boolean <-> Boolean marshaller. Marshals objects which are instance of Boolean to the specific type Boolean.
| Method Summary | |
|---|---|
static BooleanMarshaller |
getInstance(boolean forward)
|
Object |
marshal(Object source)
Marshals an object |
Object |
unmarshal(Object source)
Unmarshals an object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BooleanMarshaller getInstance(boolean forward)
public Object marshal(Object source)
throws ServiceException
Marshaller
marshal in interface Marshallersource - The object to be marshalled
ServiceException - MARSHAL_FAILURE: Object can't be marshalled
public Object unmarshal(Object source)
throws ServiceException
Marshaller
unmarshal in interface Marshallersource - The marshalled object
ServiceException - MARSHAL_FAILURE: Object can't be unmarshalled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||