com.bankframe.ei.channel.client.http.affinity
Class UrlRewritingClient

java.lang.Object
  extended by com.bankframe.ei.channel.client.HttpClient
      extended by com.bankframe.ei.channel.client.http.affinity.CookieClient
          extended by com.bankframe.ei.channel.client.http.affinity.UrlRewritingClient
All Implemented Interfaces:
ChannelClient

public class UrlRewritingClient
extends CookieClient


Field Summary
 
Fields inherited from class com.bankframe.ei.channel.client.http.affinity.CookieClient
SESSION_ID_KEY
 
Fields inherited from class com.bankframe.ei.channel.client.HttpClient
separator
 
Constructor Summary
UrlRewritingClient()
           
UrlRewritingClient(String urlString, String contentTypeParam)
           
 
Method Summary
 
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

UrlRewritingClient

public UrlRewritingClient()
                   throws MalformedURLException,
                          ProcessingErrorException
Throws:
MalformedURLException
ProcessingErrorException

UrlRewritingClient

public UrlRewritingClient(String urlString,
                          String contentTypeParam)
                   throws MalformedURLException,
                          ProcessingErrorException
Throws:
MalformedURLException
ProcessingErrorException


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