com.bankframe.ei.txnhandler.storeandforward
Class StoreAndForwardHttpClient

java.lang.Object
  |
  +--com.bankframe.ei.channel.client.HttpClient
        |
        +--com.bankframe.ei.txnhandler.storeandforward.StoreAndForwardHttpClient
All Implemented Interfaces:
ChannelClient

public class StoreAndForwardHttpClient
extends HttpClient

HttpClient for Store And Forward to uses StoreAndForwardConstants.FORWARD_URL


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 Siebel Systems, Inc. All rights reserved.