jason.service.http1_0
Class DocHttp1Factory

java.lang.Object
  |
  +--jason.service.http1_0.DocHttp1Factory
All Implemented Interfaces:
IntDocFactory

public class DocHttp1Factory
extends java.lang.Object
implements IntDocFactory

Factory for document header

Since:
1.0
See Also:
IntDocFactory

Constructor Summary
DocHttp1Factory(java.util.Hashtable htMime)
           
 
Method Summary
 IntDocHttp buildDoc(java.lang.String serveur, java.lang.String path, java.lang.String code, java.lang.StringBuffer sbDoc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocHttp1Factory

public DocHttp1Factory(java.util.Hashtable htMime)
Method Detail

buildDoc

public IntDocHttp buildDoc(java.lang.String serveur,
                           java.lang.String path,
                           java.lang.String code,
                           java.lang.StringBuffer sbDoc)
Specified by:
buildDoc in interface IntDocFactory