|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.ei.txnhandler.connector.http.HTTPConnection
public class HTTPConnection
This class is the connection class for the HTTP Connector.
| Constructor Summary | |
|---|---|
HTTPConnection(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. |
Document |
invoke(Document requestDocument)
This method makes the HTTP call. |
Object |
post(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(String properties,
HTTPConnectionManager connectionManager)
properties - the String containing the connector propertiesconnectionManager - the HTTPConnectionManager instance| Method Detail |
|---|
public void httpManagedConnection()
public void close()
EConnection
close in interface EConnectionEConnection.close()
public Object post(Object arg0)
throws ProcessingErrorException
EConnection
post in interface EConnectionarg0 - 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 Document invoke(Document requestDocument)
throws ProcessingErrorException
requestDocument - the request xml
ProcessingErrorException - if processing fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||