p12f.exe.pasarelapagos.objects
Class OperationData

java.lang.Object
  extended byp12f.exe.pasarelapagos.objects.OperationData
All Implemented Interfaces:
com.ejie.r01f.util.Initializable, java.io.Serializable

public class OperationData
extends java.lang.Object
implements java.io.Serializable, com.ejie.r01f.util.Initializable

Estructura que contiene datos sobre la llamada de una operación.

See Also:
Serialized Form

Field Summary
 java.lang.String function
          Función (operación llamada).
 java.lang.String module
          Módulo llamado.
 java.util.Map parameters
          Parámetros de la función llamada.
 
Constructor Summary
OperationData()
           
 
Method Summary
static OperationData getObject(java.lang.String xml)
          Convierte un XML en un objeto OperationData.
 java.lang.String toXML()
          Convierte un Objeto OperationData a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public java.lang.String module
Módulo llamado.


function

public java.lang.String function
Función (operación llamada).


parameters

public java.util.Map parameters
Parámetros de la función llamada.

Constructor Detail

OperationData

public OperationData()
Method Detail

toXML

public java.lang.String toXML()
                       throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un Objeto OperationData a XML.

Returns:
String que contiene el XML.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

getObject

public static OperationData getObject(java.lang.String xml)
                               throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un XML en un objeto OperationData.

Returns:
Objeto OperationData construido a partir del XML.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException