HttpMessage::toMessageTypeObject
    (no version information, might be only in CVS)
HttpMessage::toMessageTypeObject -- Create HTTP object regarding message type
Description
publicHttpRequest|HttpResponse 
HttpMessage::toMessageTypeObject ( void  )
   Creates an object regarding to the type of the message.
  
Return Values
   Returns either an HttpRequest or HttpResponse object on success, or NULL on failure.
  
Errors/Exceptions
   Throws HttpRuntimeException, HttpMessageTypeException, HttpHeaderException.