|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.orbeon.oxf.processor.ProcessorImpl
org.orbeon.oxf.processor.SimpleProcessor
This is the class that must be extended to create a custom processor. See the Processor API section in the OXF Manual for more information.
Nested Class Summary |
Nested classes inherited from class org.orbeon.oxf.processor.ProcessorImpl |
org.orbeon.oxf.processor.ProcessorImpl.CacheableTransformerOutputImpl, org.orbeon.oxf.processor.ProcessorImpl.DigestState, org.orbeon.oxf.processor.ProcessorImpl.DigestTransformerOutputImpl, org.orbeon.oxf.processor.ProcessorImpl.KeyValidity, org.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl, org.orbeon.oxf.processor.ProcessorImpl.ProcessorKey, org.orbeon.oxf.processor.ProcessorImpl.ProcessorOutputImpl |
Field Summary |
Fields inherited from class org.orbeon.oxf.processor.ProcessorImpl |
INPUT_CONFIG, INPUT_DATA, KEY_SEPARATOR, logger, OUTPUT_DATA, PROCESSOR_INPUT_SCHEME, PROCESSOR_INPUT_SCHEME_OLD, PROCESSOR_VALIDATION_FLAG, SAX_INSPECTION_FLAG, USER_VALIDATION_FLAG |
Constructor Summary | |
SimpleProcessor()
Iterate through the generateXXX methods and stores a reference to the method in
outputToMethod . |
Method Summary | |
org.orbeon.oxf.processor.ProcessorOutput |
createOutput(String name)
Delegates processing to the appropriate generateXXX method. |
Methods inherited from class org.orbeon.oxf.processor.ProcessorImpl |
addInput, addInputInfo, addOutput, addOutputInfo, checkSockets, createInput, deleteInput, deleteOutput, executeChildren, executeParents, findLastModified, getCachedInputAsObject, getCacheOutputObject, getConnectedInputs, getConnectedOutputs, getId, getInputByName, getInputInfo, getInputKey, getInputKeyValidity, getInputKeyValidity, getInputsByName, getInputsInfo, getInputValidity, getLocationData, getName, getOutputByName, getOutputInfo, getOutputObject, getOutputObject, getOutputsInfo, getParentState, getProcessorInputSchemeInputName, getProcessorKey, getPropertySet, getState, hasState, isInputInCache, isInputInCache, isInputInCache, isProcessorInputScheme, readCacheInputAsDOM, readCacheInputAsDOM4J, readCacheInputAsObject, readInputAsDOM, readInputAsDOM, readInputAsDOM4J, readInputAsDOM4J, readInputAsSAX, readInputAsSAX, removeInputInfo, removeOutputInfo, reset, setId, setLocationData, setName, setState, start |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleProcessor()
generateXXX
methods and stores a reference to the method in
outputToMethod
. This constructor must be called by subclasses.
Method Detail |
public org.orbeon.oxf.processor.ProcessorOutput createOutput(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |