|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.openeai.OpenEaiObject
|
+--org.openeai.implementations.gateways.requestproxy.ProxyCommandImpl
This is the parent class of all ProxyCommands. These commands are Java components that are used to execute specific business logic associated to a given proxy.
| Field Summary |
| Fields inherited from class org.openeai.OpenEaiObject |
logger |
| Constructor Summary | |
ProxyCommandImpl()
Constructor |
|
| Method Summary | |
protected Error |
buildError(java.lang.String errType,
java.lang.String errNumber,
java.lang.String errDescription)
Builds a single Error object that can be added to the ArrayList of errors (or for any other reason) to pass to the publishSyncError method. |
protected Result |
buildResult(org.jdom.Element senderControlArea)
|
protected Result |
buildResultWithErrors(java.util.ArrayList errors)
|
protected Result |
buildResultWithErrors(java.util.ArrayList errors,
java.lang.Throwable e)
|
AppConfig |
getAppConfig()
Get AppConfig associated to this command. |
protected org.jdom.Element |
getControlArea(org.jdom.Element root)
This method looks at the document and returns the appropriate ControlArea. |
protected boolean |
getInboundXmlValidation()
Get inbound xml validation. |
protected boolean |
getOutboundXmlValidation()
Get outbound xml validation. |
protected void |
setAppConfig(AppConfig aConfig)
Set AppConfig associated to this command. |
protected void |
setInboundXmlValidation(boolean validate)
Set inbound xml validation. |
protected void |
setOutboundXmlValidation(boolean validate)
Set outbound xml validation. |
| Methods inherited from class org.openeai.OpenEaiObject |
addLog4jProperty, getAppName, getDebug, getFromAddr, getLog4jProperties, getMailHost, getMailService, getProperties, getToAddr, initializeLog4j, initializeLog4j, initializeLog4j, setAppName, setDebug, setFromAddr, setMailHost, setMailService, setProperties, setToAddr |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProxyCommandImpl()
| Method Detail |
protected void setInboundXmlValidation(boolean validate)
protected boolean getInboundXmlValidation()
protected void setOutboundXmlValidation(boolean validate)
protected boolean getOutboundXmlValidation()
protected void setAppConfig(AppConfig aConfig)
public AppConfig getAppConfig()
protected org.jdom.Element getControlArea(org.jdom.Element root)
root - org.jdom.Element the root element of the document
protected Result buildResult(org.jdom.Element senderControlArea)
protected Result buildResultWithErrors(java.util.ArrayList errors)
protected Result buildResultWithErrors(java.util.ArrayList errors,
java.lang.Throwable e)
protected Error buildError(java.lang.String errType,
java.lang.String errNumber,
java.lang.String errDescription)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||