p12f.exe.thirdsgateway.objects.config
Class ServiceConfig
java.lang.Object
p12f.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
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 |
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
ServiceConfig
public ServiceConfig()
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