org.orbeon.oxf.processor
Class ProcessorImpl.ProcessorInputImpl

java.lang.Object
  extended byorg.orbeon.oxf.processor.ProcessorImpl.ProcessorInputImpl
All Implemented Interfaces:
org.orbeon.oxf.processor.ProcessorInput, org.orbeon.oxf.processor.ProcessorInputOutput
Enclosing class:
ProcessorImpl

public static class ProcessorImpl.ProcessorInputImpl
extends Object
implements org.orbeon.oxf.processor.ProcessorInput

Basic implementation of ProcessorInput.


Constructor Summary
ProcessorImpl.ProcessorInputImpl(Class clazz, String name)
           
 
Method Summary
 String getDebugMessage()
           
 String getId()
           
 LocationData getLocationData()
           
 String getName()
           
 org.orbeon.oxf.processor.ProcessorOutput getOutput()
           
 Class getProcessorClass()
           
 String getSchema()
           
 String getSystemId()
           
 void setBreakpointKey(org.orbeon.oxf.debugger.api.BreakpointKey breakpointKey)
           
 void setDebug(String debugMessage)
           
 void setId(String id)
           
 void setLocationData(LocationData locationData)
           
 void setOutput(org.orbeon.oxf.processor.ProcessorOutput output)
           
 void setSchema(String schema)
           
 void setSystemId(String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorImpl.ProcessorInputImpl

public ProcessorImpl.ProcessorInputImpl(Class clazz,
                                        String name)
Method Detail

getOutput

public org.orbeon.oxf.processor.ProcessorOutput getOutput()
Specified by:
getOutput in interface org.orbeon.oxf.processor.ProcessorInput

setOutput

public void setOutput(org.orbeon.oxf.processor.ProcessorOutput output)
Specified by:
setOutput in interface org.orbeon.oxf.processor.ProcessorInput

getProcessorClass

public Class getProcessorClass()
Specified by:
getProcessorClass in interface org.orbeon.oxf.processor.ProcessorInputOutput

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()
Specified by:
getName in interface org.orbeon.oxf.processor.ProcessorInputOutput

getSchema

public String getSchema()
Specified by:
getSchema in interface org.orbeon.oxf.processor.ProcessorInputOutput

setSchema

public void setSchema(String schema)
Specified by:
setSchema in interface org.orbeon.oxf.processor.ProcessorInputOutput

getDebugMessage

public String getDebugMessage()
Specified by:
getDebugMessage in interface org.orbeon.oxf.processor.ProcessorInputOutput

setLocationData

public void setLocationData(LocationData locationData)
Specified by:
setLocationData in interface org.orbeon.oxf.processor.ProcessorInputOutput

getLocationData

public LocationData getLocationData()
Specified by:
getLocationData in interface org.orbeon.oxf.processor.ProcessorInputOutput

setDebug

public void setDebug(String debugMessage)
Specified by:
setDebug in interface org.orbeon.oxf.processor.ProcessorInputOutput

getSystemId

public String getSystemId()

setSystemId

public void setSystemId(String systemId)

setBreakpointKey

public void setBreakpointKey(org.orbeon.oxf.debugger.api.BreakpointKey breakpointKey)
Specified by:
setBreakpointKey in interface org.orbeon.oxf.processor.ProcessorInputOutput