org.jboss.soa.esb.actions.routing.http
Class GETHttpMethodFactory

java.lang.Object
  extended by org.jboss.soa.esb.actions.routing.http.AbstractHttpMethodFactory
      extended by org.jboss.soa.esb.actions.routing.http.GETHttpMethodFactory
All Implemented Interfaces:
HttpMethodFactory, Configurable

public class GETHttpMethodFactory
extends AbstractHttpMethodFactory

HTTP GET Factory.

Author:
tom.fennelly@jboss.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.soa.esb.actions.routing.http.HttpMethodFactory
HttpMethodFactory.Factory
 
Field Summary
 
Fields inherited from class org.jboss.soa.esb.actions.routing.http.AbstractHttpMethodFactory
RETRY_HANDLER
 
Constructor Summary
GETHttpMethodFactory()
           
 
Method Summary
 org.apache.commons.httpclient.HttpMethodBase getInstance(Message message)
           
 org.apache.commons.httpclient.HttpMethodBase getMethod(java.lang.String message, java.lang.String contentType, java.lang.String charset)
           
 
Methods inherited from class org.jboss.soa.esb.actions.routing.http.AbstractHttpMethodFactory
getEndpointPathAndQuery, initialiseRetryHandler, setConfiguration, setEndpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GETHttpMethodFactory

public GETHttpMethodFactory()
Method Detail

getInstance

public org.apache.commons.httpclient.HttpMethodBase getInstance(Message message)
                                                         throws java.io.IOException
Throws:
java.io.IOException

getMethod

public org.apache.commons.httpclient.HttpMethodBase getMethod(java.lang.String message,
                                                              java.lang.String contentType,
                                                              java.lang.String charset)
                                                       throws java.io.IOException
Throws:
java.io.IOException