|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanon.pay.BIConnection
public class BIConnection
Field Summary | |
---|---|
private boolean |
m_bFirstCaptcha
|
private java.util.Vector |
m_biConnectionListeners
|
private boolean |
m_bSendNewCaptcha
|
private byte[] |
m_captchaSolution
|
private HttpClient |
m_httpClient
|
private java.net.Socket |
m_socket
|
private PaymentInstanceDBEntry |
m_theBI
|
private static int |
ms_connectionTimeout
|
private static IMutableProxyInterface |
ms_proxyInterface
A proxy interface that is used for all connections and may change over time. |
static int |
TIMEOUT_DEFAULT
|
static int |
TIMEOUT_MAX
|
static int |
TIMEOUT_MIN
|
static java.lang.String |
XML_ATTR_CONNECTION_TIMEOUT
|
Constructor Summary | |
---|---|
BIConnection(PaymentInstanceDBEntry theBI)
Constructor |
Method Summary | |
---|---|
void |
addConnectionListener(IBIConnectionListener a_listener)
Adds an IBIConnectionListener |
void |
authenticate(XMLAccountCertificate accountCert,
IMyPrivateKey a_privateKey)
performs challenge-response authentication |
XMLErrorMessage |
buyFlatrate(long accountnumber)
|
XMLTransCert |
charge(XMLGenericStrings parameters)
Fetches a transfer certificate from the BI. |
boolean |
checkCouponCode(java.lang.String couponCode)
|
private void |
connect_internal(ImmutableProxyInterface a_proxy,
int a_connectionTimeout)
|
void |
connect()
|
void |
connect(int a_connectionTimeout)
Connects to the Payment Instance via TCP and inits the HttpClient. |
void |
disconnect()
Closes the connection. |
IXMLEncodable |
fetchPaymentData(java.lang.String transfernumber)
|
XMLPaymentOptions |
fetchPaymentOptions()
Gets the payment options the PI provides. |
XMLTransactionOverview |
fetchTransactionOverview(XMLTransactionOverview a_overview)
Asks the PI to fill an XMLTransactionOverview |
private void |
fireGotCaptcha(IImageEncodedCaptcha a_captcha)
Signals a received captcha to all registered IBICOnnectionListeners. |
XMLAccountInfo |
getAccountInfo()
Fetches an account statement (balance cert. |
XMLGenericText |
getCancellationPolicy(java.lang.String lang)
|
static int |
getConnectionTimeout()
|
void |
getNewCaptcha()
Notifies the CaptchaSender that it should send a new captcha |
XMLPaymentOptions |
getPaymentOptions()
Fetches payment options. |
XMLPaymentSettings |
getPaymentSettings()
|
XMLGenericText |
getTerms(java.lang.String lang)
|
XMLVolumePlans |
getVolumePlans()
|
XMLAccountCertificate |
registerNewAccount(XMLJapPublicKey pubKey,
IMyPrivateKey a_privateKey)
Registers a new account using the specified keypair. |
boolean |
sendPassivePayment(XMLPassivePayment a_passivePayment)
Sends data the user has entered for a passive payment to the payment instance. |
void |
setCaptchaSolution(byte[] a_solution)
Sets the solution of a captcha for registering an account. |
static void |
setConnectionTimeout(int a_timeout)
|
static void |
setMutableProxyInterface(IMutableProxyInterface a_proxyInterface)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TIMEOUT_DEFAULT
public static final int TIMEOUT_MAX
public static final int TIMEOUT_MIN
public static final java.lang.String XML_ATTR_CONNECTION_TIMEOUT
private static int ms_connectionTimeout
private PaymentInstanceDBEntry m_theBI
private java.net.Socket m_socket
private HttpClient m_httpClient
private java.util.Vector m_biConnectionListeners
private byte[] m_captchaSolution
private boolean m_bSendNewCaptcha
private boolean m_bFirstCaptcha
private static IMutableProxyInterface ms_proxyInterface
Constructor Detail |
---|
public BIConnection(PaymentInstanceDBEntry theBI)
BI
- the BI to which we connectMethod Detail |
---|
public static void setConnectionTimeout(int a_timeout)
public static int getConnectionTimeout()
public static void setMutableProxyInterface(IMutableProxyInterface a_proxyInterface)
public void connect() throws java.io.IOException
java.io.IOException
public void connect(int a_connectionTimeout) throws java.io.IOException
java.io.IOException
- if an error occured while connection
HTTPClient.ForbiddenIOException
- if it is assumed that the local provider forbids the connectionprivate void connect_internal(ImmutableProxyInterface a_proxy, int a_connectionTimeout) throws java.io.IOException
java.io.IOException
public void disconnect() throws java.io.IOException, XMLParseException
java.io.IOException
XMLParseException
public XMLTransCert charge(XMLGenericStrings parameters) throws java.lang.Exception
java.lang.Exception
public XMLErrorMessage buyFlatrate(long accountnumber) throws java.lang.Exception
java.lang.Exception
public XMLAccountInfo getAccountInfo() throws java.lang.Exception
java.io.IOException
java.lang.Exception
public XMLPaymentOptions getPaymentOptions() throws java.lang.Exception
java.lang.Exception
public XMLVolumePlans getVolumePlans() throws java.lang.Exception
java.lang.Exception
public XMLGenericText getTerms(java.lang.String lang) throws java.lang.Exception
java.lang.Exception
public XMLGenericText getCancellationPolicy(java.lang.String lang) throws java.lang.Exception
java.lang.Exception
public XMLPaymentSettings getPaymentSettings() throws java.lang.Exception
java.lang.Exception
public void authenticate(XMLAccountCertificate accountCert, IMyPrivateKey a_privateKey) throws java.lang.Exception
java.lang.Exception
public XMLAccountCertificate registerNewAccount(XMLJapPublicKey pubKey, IMyPrivateKey a_privateKey) throws java.lang.Exception
pubKey
- public keyprivKey
- private key
java.lang.Exception
- if an error occurs or the signature or public key is wrongpublic XMLPaymentOptions fetchPaymentOptions() throws java.lang.Exception
java.lang.Exception
public IXMLEncodable fetchPaymentData(java.lang.String transfernumber) throws java.lang.Exception
java.lang.Exception
public XMLTransactionOverview fetchTransactionOverview(XMLTransactionOverview a_overview) throws java.lang.Exception
a_overview
- XMLTransactionOverview
java.lang.Exception
public boolean sendPassivePayment(XMLPassivePayment a_passivePayment)
a_passivePayment
- XMLPassivePayment
java.lang.Exception
public boolean checkCouponCode(java.lang.String couponCode)
public void addConnectionListener(IBIConnectionListener a_listener)
a_listener
- IBIConnectionListenerprivate void fireGotCaptcha(IImageEncodedCaptcha a_captcha)
a_captcha
- IImageEncodedCaptchapublic void setCaptchaSolution(byte[] a_solution)
setCaptchaSolution
in interface ICaptchaSender
a_solution
- byte[]public void getNewCaptcha()
ICaptchaSender
getNewCaptcha
in interface ICaptchaSender
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |