|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.handlers.BasicHandler
org.alfresco.repo.webservice.axis.QueryConfigHandler
public class QueryConfigHandler
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
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 |
---|
public static final java.lang.String ALF_FETCH_SIZE
Constructor Detail |
---|
public QueryConfigHandler()
Method Detail |
---|
public void invoke(org.apache.axis.MessageContext msgContext) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
Handler.invoke(org.apache.axis.MessageContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |