public final class ExtendedPostMethod extends HttpPost implements ExtendedEntityEnclosingHttpMethod {
private HttpMethodSupport httpMethodSupport;
private IAfterRequestInjection afterRequestInjection;
public ExtendedPostMethod() {
httpMethodSupport = new HttpMethodSupport();
}