org.iids.aos.systemservices.communicator.structs
Class XMLRPCMarshaller

java.lang.Object
  extended by org.iids.aos.systemservices.communicator.structs.XMLRPCMarshaller
All Implemented Interfaces:
Marshaller

public class XMLRPCMarshaller
extends java.lang.Object
implements Marshaller

Author:
hidde@cs.vu.nl

Constructor Summary
XMLRPCMarshaller()
           
 
Method Summary
 java.lang.Class getMarshallClassType()
           
 java.lang.Object marshall(Struct struct)
           
 Struct unMarshall(java.lang.Object object, java.lang.Class aClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLRPCMarshaller

public XMLRPCMarshaller()
Method Detail

marshall

public java.lang.Object marshall(Struct struct)
                          throws MarshallException
Specified by:
marshall in interface Marshaller
Throws:
MarshallException

unMarshall

public Struct unMarshall(java.lang.Object object,
                         java.lang.Class aClass)
                  throws MarshallException
Specified by:
unMarshall in interface Marshaller
Throws:
MarshallException

getMarshallClassType

public java.lang.Class getMarshallClassType()
Specified by:
getMarshallClassType in interface Marshaller


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.