com.bankframe.ei.txnhandler.storeandforward
Class StoreAndForwardHttpClient

java.lang.Object
  extended bycom.bankframe.ei.channel.client.HttpClient
      extended bycom.bankframe.ei.txnhandler.storeandforward.StoreAndForwardHttpClient
All Implemented Interfaces:
ChannelClient

public class StoreAndForwardHttpClient
extends HttpClient

HttpClient for Store And Forward to uses StoreAndForwardConstants.FORWARD_URL


Field Summary
 
Fields inherited from class com.bankframe.ei.channel.client.HttpClient
separator
 
Constructor Summary
StoreAndForwardHttpClient()
          Constructor for StoreAndForwardHttpClient.
StoreAndForwardHttpClient(java.lang.String urlString, java.lang.String contentTypeParam)
          Constructor for StoreAndForwardHttpClient.
 
Methods inherited from class com.bankframe.ei.channel.client.HttpClient
getCodec, getContentType, getURL, send, send, setContentType, setURL
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreAndForwardHttpClient

public StoreAndForwardHttpClient()
                          throws java.net.MalformedURLException,
                                 ProcessingErrorException
Constructor for StoreAndForwardHttpClient.

Throws:
java.net.MalformedURLException
ProcessingErrorException

StoreAndForwardHttpClient

public StoreAndForwardHttpClient(java.lang.String urlString,
                                 java.lang.String contentTypeParam)
                          throws java.net.MalformedURLException,
                                 ProcessingErrorException
Constructor for StoreAndForwardHttpClient.

Parameters:
urlString -
contentTypeParam -
Throws:
java.net.MalformedURLException
ProcessingErrorException


Copyright © 2005, 2007, Oracle. All rights reserved.