|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.DurationMarshaller
public class DurationMarshaller
DurationMarshaller
| Method Summary | |
|---|---|
static DurationMarshaller |
getInstance(boolean forward)
|
Object |
marshal(Object source)
Marshals an object |
Object |
marshalGeneric(Object source,
boolean forward)
|
Object |
unmarshal(Object source)
Unmarshals an object |
protected DatatypeFactory |
xmlDatatypeFactory()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DurationMarshaller getInstance(boolean forward)
public Object marshalGeneric(Object source,
boolean forward)
throws ServiceException
ServiceException
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 unmarshalledprotected DatatypeFactory xmlDatatypeFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||