weborb.protocols.amf
Class RequestParser

java.lang.Object
  extended by weborb.protocols.amf.RequestParser
All Implemented Interfaces:
IMessageFactory, ILoggingConstants

public class RequestParser
extends java.lang.Object
implements IMessageFactory, ILoggingConstants

RequestParser

Author:
Midnight Coders, LLC

Field Summary
 
Fields inherited from interface weborb.util.log.ILoggingConstants
DEBUG, DEFAULT_LOGGER, ERROR, EXCEPTION, INFO, INSTR, MESSAGESERVER, SECURITY, SERIALIZATION
 
Constructor Summary
RequestParser()
           
 
Method Summary
 boolean canParse(javax.servlet.http.HttpServletRequest request)
          Return true if the factory can parse the request
 Message parse(javax.servlet.http.HttpServletRequest request)
          Parse the request and create Message object representing the request
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestParser

public RequestParser()
Method Detail

canParse

public boolean canParse(javax.servlet.http.HttpServletRequest request)
Description copied from interface: IMessageFactory
Return true if the factory can parse the request

Specified by:
canParse in interface IMessageFactory
Returns:

parse

public Message parse(javax.servlet.http.HttpServletRequest request)
              throws java.io.IOException
Description copied from interface: IMessageFactory
Parse the request and create Message object representing the request

Specified by:
parse in interface IMessageFactory
Returns:
Throws:
java.io.IOException


Discuss WebORB

Copyright 2003-2008 Midnight Coders, Inc. All Rights Reserved.