org.ow2.petals.engine.sampleclient
Interface RequestBeanRW<T>

All Known Implementing Classes:
PropertiesRequestBeanRW

public interface RequestBeanRW<T>

Author:
chamerling - eBM WebSourcing

Method Summary
 RequestBean read(T t)
          Create the RequestBean from the input
 void write(RequestBean bean, T t)
          Write the bean
 

Method Detail

read

RequestBean read(T t)
Create the RequestBean from the input

Parameters:
is -
Returns:

write

void write(RequestBean bean,
           T t)
Write the bean

Parameters:
bean -
t -


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.