org.jboss.soa.esb.actions.routing.http
Class HttpMethodFactory.Factory

java.lang.Object
  extended by org.jboss.soa.esb.actions.routing.http.HttpMethodFactory.Factory
Enclosing interface:
HttpMethodFactory

public static class HttpMethodFactory.Factory
extends java.lang.Object

Uitility factory class for reflective HttpMethodFactory construction.


Constructor Summary
HttpMethodFactory.Factory()
           
 
Method Summary
static HttpMethodFactory getInstance(java.lang.String method, ConfigTree config, java.net.URL endpointUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpMethodFactory.Factory

public HttpMethodFactory.Factory()
Method Detail

getInstance

public static HttpMethodFactory getInstance(java.lang.String method,
                                            ConfigTree config,
                                            java.net.URL endpointUrl)
                                     throws ConfigurationException
Throws:
ConfigurationException