org.ow2.petals.engine.sampleclient
Class PropertiesRequestBeanRW

java.lang.Object
  extended by org.ow2.petals.engine.sampleclient.PropertiesRequestBeanRW
All Implemented Interfaces:
RequestBeanRW<java.util.Properties>

public class PropertiesRequestBeanRW
extends java.lang.Object
implements RequestBeanRW<java.util.Properties>

Author:
chamerling - eBM WebSourcing

Field Summary
static java.lang.String ENDPOINT
           
static java.lang.String IN
           
static java.lang.String INTERFACE
           
static java.lang.String MEP
           
static java.lang.String OPERATION
           
static java.lang.String PROPERTIES
           
static java.lang.String SERVICE
           
static java.lang.String TIMEOUT
           
 
Constructor Summary
PropertiesRequestBeanRW()
           
 
Method Summary
 RequestBean read(java.util.Properties properties)
          Create the RequestBean from the input
 void write(RequestBean bean, java.util.Properties t)
          Write the bean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE

public static final java.lang.String SERVICE
See Also:
Constant Field Values

INTERFACE

public static final java.lang.String INTERFACE
See Also:
Constant Field Values

ENDPOINT

public static final java.lang.String ENDPOINT
See Also:
Constant Field Values

MEP

public static final java.lang.String MEP
See Also:
Constant Field Values

TIMEOUT

public static final java.lang.String TIMEOUT
See Also:
Constant Field Values

IN

public static final java.lang.String IN
See Also:
Constant Field Values

OPERATION

public static final java.lang.String OPERATION
See Also:
Constant Field Values

PROPERTIES

public static final java.lang.String PROPERTIES
See Also:
Constant Field Values
Constructor Detail

PropertiesRequestBeanRW

public PropertiesRequestBeanRW()
Method Detail

read

public RequestBean read(java.util.Properties properties)
Description copied from interface: RequestBeanRW
Create the RequestBean from the input

Specified by:
read in interface RequestBeanRW<java.util.Properties>
Returns:

write

public void write(RequestBean bean,
                  java.util.Properties t)
Description copied from interface: RequestBeanRW
Write the bean

Specified by:
write in interface RequestBeanRW<java.util.Properties>


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