|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.latka.http.MethodFactory
This factory provides a single point to obtain implementations of HttpMethod base.
Method Summary | |
static org.apache.commons.httpclient.HttpMethod |
getInstance(int method,
java.net.URL url)
Creates and returns an object implementing the HttpMethod interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static org.apache.commons.httpclient.HttpMethod getInstance(int method, java.net.URL url)
method
- - method type to create
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |