p12f.exe.thirdsgateway.objects
Class ThirdsRegistryOperationResult

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

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

See Also:
Serialized Form

Field Summary
 java.util.Map mensajes
          Mensajes acerca del proceso (errores, información, etc.).
 RegistryItem registryItem
          Resultado de la operación.
static int RESULTADO_ERROR
           
static int RESULTADO_ERROR_EN_REGISTRO
           
static int RESULTADO_ERROR_NO_COMUNICACION
           
static int RESULTADO_ERROR_PROCESANDO_RESPUESTA_REGISTRO
           
static int RESULTADO_ERROR_RESPUESTA_INDETERMINADA
           
static int RESULTADO_ERROR_RESPUESTA_NO_ESPERADA
           
static int RESULTADO_NULL
           
static int RESULTADO_OK
           
 boolean resultadoOK
          Indica si la operación se ha podido realizar (true/false).
 int returnCode
          Código numérico del resultado de la operación: código de operación o código de error.
 
Constructor Summary
ThirdsRegistryOperationResult()
           
 
Method Summary
static ThirdsRegistryOperationResult getObject(java.lang.String xml)
          Convierte un XML en un objeto ThirdsRegistryOperationResult.
 java.lang.String toXML()
          Convierte un Objeto ThirdsRegistryOperationResult a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESULTADO_OK

public static final int RESULTADO_OK
See Also:
Constant Field Values

RESULTADO_NULL

public static final int RESULTADO_NULL
See Also:
Constant Field Values

RESULTADO_ERROR

public static final int RESULTADO_ERROR
See Also:
Constant Field Values

RESULTADO_ERROR_NO_COMUNICACION

public static final int RESULTADO_ERROR_NO_COMUNICACION
See Also:
Constant Field Values

RESULTADO_ERROR_RESPUESTA_INDETERMINADA

public static final int RESULTADO_ERROR_RESPUESTA_INDETERMINADA
See Also:
Constant Field Values

RESULTADO_ERROR_EN_REGISTRO

public static final int RESULTADO_ERROR_EN_REGISTRO
See Also:
Constant Field Values

RESULTADO_ERROR_RESPUESTA_NO_ESPERADA

public static final int RESULTADO_ERROR_RESPUESTA_NO_ESPERADA
See Also:
Constant Field Values

RESULTADO_ERROR_PROCESANDO_RESPUESTA_REGISTRO

public static final int RESULTADO_ERROR_PROCESANDO_RESPUESTA_REGISTRO
See Also:
Constant Field Values

resultadoOK

public boolean resultadoOK
Indica si la operación se ha podido realizar (true/false).


registryItem

public RegistryItem registryItem
Resultado de la operación. Puede ser cualquier valor, incluido un XML.


returnCode

public int returnCode
Código numérico del resultado de la operación: código de operación o código de error.


mensajes

public java.util.Map mensajes
Mensajes acerca del proceso (errores, información, etc.).

Constructor Detail

ThirdsRegistryOperationResult

public ThirdsRegistryOperationResult()
Method Detail

toXML

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

Returns:
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

getObject

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

Returns:
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException