p12f.exe.pasarelapagos.objects.config
Class EventListenerConfig

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String eventListenerClass
          Objeto que encapsula la informacion de configuracion del listener.
 java.lang.String eventListenerMethodBitMap
          Máscara que indica cuales de los métodos de respuesta a eventos deben ser invocados.
 java.util.Map properties
          Propiedades de la implementacion.
 
Constructor Summary
EventListenerConfig()
           
 
Method Summary
static EventListenerConfig getObject(java.lang.String xml)
          Convierte de un String xml a un Objeto
 java.lang.String toXML()
          Convierte un Objeto GatewayEventListenerConfig a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventListenerMethodBitMap

public java.lang.String eventListenerMethodBitMap
Máscara que indica cuales de los métodos de respuesta a eventos deben ser invocados.


eventListenerClass

public java.lang.String eventListenerClass
Objeto que encapsula la informacion de configuracion del listener.


properties

public java.util.Map properties
Propiedades de la implementacion.

Constructor Detail

EventListenerConfig

public EventListenerConfig()
Method Detail

getObject

public static EventListenerConfig getObject(java.lang.String xml)
                                     throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte de un String xml a un Objeto

Parameters:
xml - : XML de objeto.
Returns:
Objeto convertido.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

toXML

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

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