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
 
Constructor Summary
GETHttpMethodFactory()
           
 
Method Summary
 org.apache.commons.httpclient.HttpMethodBase getInstance(Message message)
           
 
Methods inherited from class org.jboss.soa.esb.actions.routing.http.AbstractHttpMethodFactory
getEndpointPathAndQuery, setConfiguration, setEndpoint, wrapRetryHandler
 
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