org.iids.aos.systemservices.communicator.structs
Interface Marshaller

All Known Implementing Classes:
XMLRPCMarshaller

public interface Marshaller

Author:
hidde@cs.vu.nl

Method Summary
 java.lang.Class getMarshallClassType()
           
 java.lang.Object marshall(Struct struct)
           
 Struct unMarshall(java.lang.Object object, java.lang.Class aClass)
           
 

Method Detail

marshall

java.lang.Object marshall(Struct struct)
                          throws MarshallException
Throws:
MarshallException

unMarshall

Struct unMarshall(java.lang.Object object,
                  java.lang.Class aClass)
                  throws MarshallException
Throws:
MarshallException

getMarshallClassType

java.lang.Class getMarshallClassType()


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