org.alfresco.repo.webservice.axis
Class QueryConfigHandler

java.lang.Object
  extended by org.apache.axis.handlers.BasicHandler
      extended by org.alfresco.repo.webservice.axis.QueryConfigHandler
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.Handler

public class QueryConfigHandler
extends org.apache.axis.handlers.BasicHandler

Axis handler to extract the fetchSize parameter from the QueryConfiguration SOAP header. The value of fetchSize is then placed in the MessageContext with a property name of ALF_FETCH_SIZE

See Also:
Serialized Form

Field Summary
static java.lang.String ALF_FETCH_SIZE
           
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
QueryConfigHandler()
           
 
Method Summary
 void invoke(org.apache.axis.MessageContext msgContext)
           
 
Methods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALF_FETCH_SIZE

public static final java.lang.String ALF_FETCH_SIZE
See Also:
Constant Field Values
Constructor Detail

QueryConfigHandler

public QueryConfigHandler()
Method Detail

invoke

public void invoke(org.apache.axis.MessageContext msgContext)
            throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
See Also:
Handler.invoke(org.apache.axis.MessageContext)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.