p12f.exe.thirdsgateway.objects.config
Class ServiceConfig

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String clase
           
static java.lang.String EMAIL_SERVICE
           
 EmailServiceConfig emailServiceConfig
           
 boolean internal
           
static java.lang.String RPC_SERVICE
           
 java.lang.String tipoServicio
           
 java.util.Map urls
           
static java.lang.String WEB_SERVICE
           
 
Constructor Summary
ServiceConfig()
           
 
Method Summary
static ServiceConfig getObject(java.lang.String xml)
          Convierte un XML en un objeto ServiceConfig.
 java.lang.String toXML()
          Convierte un Objeto ServiceConfig a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RPC_SERVICE

public static final java.lang.String RPC_SERVICE
See Also:
Constant Field Values

WEB_SERVICE

public static final java.lang.String WEB_SERVICE
See Also:
Constant Field Values

EMAIL_SERVICE

public static final java.lang.String EMAIL_SERVICE
See Also:
Constant Field Values

internal

public boolean internal

tipoServicio

public java.lang.String tipoServicio

emailServiceConfig

public EmailServiceConfig emailServiceConfig

clase

public java.lang.String clase

urls

public java.util.Map urls
Constructor Detail

ServiceConfig

public ServiceConfig()
Method Detail

toXML

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

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

getObject

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

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