java.lang.Object
alt.org.apache.commons.httpclient.HttpMethodFactoryImpl
- All Implemented Interfaces:
- HttpMethodFactory
- public class HttpMethodFactoryImpl
- extends java.lang.Object
- implements HttpMethodFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpMethodFactoryImpl
public HttpMethodFactoryImpl()
createPostMethod
public org.apache.commons.httpclient.methods.PostMethod createPostMethod()
- Specified by:
createPostMethod in interface HttpMethodFactory
createGetMethod
public org.apache.commons.httpclient.methods.GetMethod createGetMethod()
- Specified by:
createGetMethod in interface HttpMethodFactory
createPutMethod
public org.apache.commons.httpclient.methods.PutMethod createPutMethod()
- Specified by:
createPutMethod in interface HttpMethodFactory
createDeleteMethod
public org.apache.commons.httpclient.methods.DeleteMethod createDeleteMethod()
- Specified by:
createDeleteMethod in interface HttpMethodFactory
createHeadMethod
public org.apache.commons.httpclient.methods.HeadMethod createHeadMethod()
- Specified by:
createHeadMethod in interface HttpMethodFactory
createOptionsMethod
public org.apache.commons.httpclient.methods.OptionsMethod createOptionsMethod()
- Specified by:
createOptionsMethod in interface HttpMethodFactory