|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bankframe.ei.txnhandler.connector.http.HTTPConnection
This class is the connection class for the HTTP Connector.
Constructor Summary | |
HTTPConnection(java.lang.String properties,
HTTPConnectionManager connectionManager)
Constructor. |
Method Summary | |
void |
close()
Initiates close of the connection handle at the application level. |
void |
httpManagedConnection()
This method configures the properties for the HTTPManagedConnection. |
org.w3c.dom.Document |
invoke(org.w3c.dom.Document requestDocument)
This method makes the HTTP call. |
java.lang.Object |
post(java.lang.Object arg0)
This method posts a transaction to an Enterprise Information System. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTTPConnection(java.lang.String properties, HTTPConnectionManager connectionManager)
properties
- the String containing the connector propertiesMethod Detail |
public void httpManagedConnection()
public void close()
EConnection
close
in interface EConnection
EConnection.close()
public java.lang.Object post(java.lang.Object arg0) throws ProcessingErrorException
EConnection
post
in interface EConnection
arg0
- An object representing a transaction that will be forwarded on to
the host system by the Connector imnplementation.
ProcessingErrorException
- if an error occursEConnection.post(Object)
public org.w3c.dom.Document invoke(org.w3c.dom.Document requestDocument) throws ProcessingErrorException
ProcessingErrorException
- if processing fails
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |