|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp12f.exe.thirdsgateway.objects.ThirdsRegistryOperationResult
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 |
public static final int RESULTADO_OK
public static final int RESULTADO_NULL
public static final int RESULTADO_ERROR
public static final int RESULTADO_ERROR_NO_COMUNICACION
public static final int RESULTADO_ERROR_RESPUESTA_INDETERMINADA
public static final int RESULTADO_ERROR_EN_REGISTRO
public static final int RESULTADO_ERROR_RESPUESTA_NO_ESPERADA
public static final int RESULTADO_ERROR_PROCESANDO_RESPUESTA_REGISTRO
public boolean resultadoOK
public RegistryItem registryItem
public int returnCode
public java.util.Map mensajes
Constructor Detail |
public ThirdsRegistryOperationResult()
Method Detail |
public java.lang.String toXML() throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static ThirdsRegistryOperationResult getObject(java.lang.String xml) throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |