org.cybertory.MSS
Class X_PendingRenderedOp

java.lang.Object
  extended byorg.cybertory.MSS.XMLHandler
      extended byorg.cybertory.MSS.XMLHandlerStd
          extended byorg.cybertory.MSS.X_PendingRenderedOp
All Implemented Interfaces:
java.lang.Comparable

public class X_PendingRenderedOp
extends XMLHandlerStd

XML wrapper for PendingRenderedOp.


Field Summary
 
Fields inherited from class org.cybertory.MSS.XMLHandler
handledClass
 
Constructor Summary
X_PendingRenderedOp()
           
 
Method Summary
static java.lang.String[] getOpNames()
           
 java.lang.Object parseElement(org.jdom.Element elem, XMLAltData altData)
          Given that the element already extracted from it's context, parse the data (whose type should match that of the handler).
static void registerOperation(X_OperationJAI opJAI)
           
 org.jdom.Element schemaTypedef()
          Generate the schema as a choice of elements, each element for one operation (PendingRenderedOp instance).
 java.lang.String typeDescription()
           
 
Methods inherited from class org.cybertory.MSS.XMLHandlerStd
allowBackwardRef, allowMultiple, needsTypedef, xmlTypeName
 
Methods inherited from class org.cybertory.MSS.XMLHandler
alternateElement, compareTo, extractChildren, getAllHandlers, getHandledClasses, getHandler, getHandlersDefs, getXMLChildFilter, getXMLChildFilter, handledClass, handlersReport, parseChildren, parseRequest, parseXMLDocument, schemaDocument, schemaInContext, schemaInContext, schemaInContext, schemaInContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X_PendingRenderedOp

public X_PendingRenderedOp()
Method Detail

typeDescription

public java.lang.String typeDescription()
Overrides:
typeDescription in class XMLHandler

registerOperation

public static void registerOperation(X_OperationJAI opJAI)

getOpNames

public static java.lang.String[] getOpNames()

schemaTypedef

public org.jdom.Element schemaTypedef()
                               throws XMLUnhandledTypeException
Generate the schema as a choice of elements, each element for one operation (PendingRenderedOp instance).

Specified by:
schemaTypedef in class XMLHandlerStd
Returns:
a JDOM Element with schema for type
Throws:
XMLUnhandledTypeException

parseElement

public java.lang.Object parseElement(org.jdom.Element elem,
                                     XMLAltData altData)
                              throws XMLParseException,
                                     XMLUnhandledTypeException
Description copied from class: XMLHandlerStd
Given that the element already extracted from it's context, parse the data (whose type should match that of the handler).

Specified by:
parseElement in class XMLHandlerStd
Parameters:
elem - the JDOM element containing the data
altData - the background data context for parsing
Returns:
an object of the appropriate type
Throws:
XMLParseException
XMLUnhandledTypeException