Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alt.org.apache.commons.httpclient
Class HttpMethodFactoryImpl  view HttpMethodFactoryImpl download HttpMethodFactoryImpl.java

java.lang.Object
  extended byalt.org.apache.commons.httpclient.HttpMethodFactoryImpl
All Implemented Interfaces:
HttpMethodFactory

public class HttpMethodFactoryImpl
extends java.lang.Object
implements HttpMethodFactory


Constructor Summary
HttpMethodFactoryImpl()
           
 
Method Summary
 org.apache.commons.httpclient.methods.DeleteMethod createDeleteMethod()
           
 org.apache.commons.httpclient.methods.GetMethod createGetMethod()
           
 org.apache.commons.httpclient.methods.HeadMethod createHeadMethod()
           
 org.apache.commons.httpclient.methods.OptionsMethod createOptionsMethod()
           
 org.apache.commons.httpclient.methods.PostMethod createPostMethod()
           
 org.apache.commons.httpclient.methods.PutMethod createPutMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpMethodFactoryImpl

public HttpMethodFactoryImpl()
Method Detail

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