p12f.exe.thirdsgateway.objects
Class ThirdsGatewayAuthorization

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String authorizationType
           
 java.util.Map requestText
           
 java.util.Map signatorys
           
 java.lang.String signature
           
 java.lang.String signText
           
 java.lang.String timestamp
           
 
Constructor Summary
ThirdsGatewayAuthorization()
           
 
Method Summary
static ThirdsGatewayAuthorization getObject(java.lang.String xml)
          Convierte un XML en un objeto Authorization.
 java.lang.String toXML()
          Convierte un Objeto Authorization a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signText

public java.lang.String signText

requestText

public java.util.Map requestText

signatorys

public java.util.Map signatorys

timestamp

public java.lang.String timestamp

authorizationType

public java.lang.String authorizationType

signature

public java.lang.String signature
Constructor Detail

ThirdsGatewayAuthorization

public ThirdsGatewayAuthorization()
Method Detail

toXML

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

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

getObject

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

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