ORG.oclc.openurl.contextObjectProcessors
Class NullProcessor

java.lang.Object
  |
  +--ORG.oclc.openurl.contextObjectProcessors.AbstractContextObjectProcessor
        |
        +--ORG.oclc.openurl.contextObjectProcessors.NullProcessor

public class NullProcessor
extends AbstractContextObjectProcessor

Process the AbstractContextObjectFormat. Extend this class if you want to change the DefaultProcessor for an application or want to change the way requests containing multiple ContextObjects or service requests get handled.

Author:
Jeffrey A. Young

Constructor Summary
NullProcessor()
           
 
Methods inherited from class ORG.oclc.openurl.contextObjectProcessors.AbstractContextObjectProcessor
getBytes, getContentType, getRedirectURL, getStatus, setBytes, setContentType, setRedirectURL, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullProcessor

public NullProcessor()
              throws java.lang.Throwable