Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » transformation » [javadoc | source]
org.apache.cocoon.transformation
public class: Web3RfcTransformer [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
      org.apache.cocoon.xml.AbstractXMLProducer
         org.apache.cocoon.xml.AbstractXMLPipe
            org.apache.cocoon.transformation.AbstractTransformer
               org.apache.cocoon.transformation.Web3RfcTransformer

All Implemented Interfaces:
    org.apache.avalon.excalibur.pool.Poolable, org.apache.avalon.framework.activity.Disposable, org.apache.avalon.excalibur.pool.Recyclable, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.configuration.Configurable, Transformer, XMLPipe, org.apache.avalon.excalibur.pool.Recyclable, XMLProducer

TBD
Field Summary
protected  ServiceManager manager    The service manager instance 
protected  Web3DataSource web3source     
protected  Web3Client connection     
protected  JCO.Repository repository     
protected  IFunctionTemplate functionT     
protected  JCO.Function function     
protected  JCO.ParameterList importParameterList     
protected  JCO.ParameterList tablesParameterList     
protected  JCO.Record theRecord     
protected  JCO.Field fillMe     
protected  AttributesImpl attributes     
protected  int startcount     
protected  boolean error     
protected  String backend     
protected  String default_backend     
protected  String streamer     
protected  HashMap tags     
protected static final  int INCLUDE_ELEM     
protected static final  int IMPORT_ELEM     
protected static final  int EXPORT_ELEM     
protected static final  int TABLES_ELEM     
protected static final  int FIELD_ELEM     
protected static final  int ROW_ELEM     
protected static final  int STRUCTURE_ELEM     
protected static final  int TABLE_ELEM     
Fields inherited from org.apache.cocoon.xml.AbstractXMLProducer:
EMPTY_CONTENT_HANDLER,  xmlConsumer,  contentHandler,  lexicalHandler
Method from org.apache.cocoon.transformation.Web3RfcTransformer Summary:
characters,   configure,   dispose,   endElement,   initTags,   recycle,   service,   setup,   startElement
Methods from org.apache.cocoon.xml.AbstractXMLPipe:
characters,   comment,   endCDATA,   endDTD,   endDocument,   endElement,   endEntity,   endPrefixMapping,   ignorableWhitespace,   processingInstruction,   setDocumentLocator,   skippedEntity,   startCDATA,   startDTD,   startDocument,   startElement,   startEntity,   startPrefixMapping
Methods from org.apache.cocoon.xml.AbstractXMLProducer:
recycle,   setConsumer,   setContentHandler,   setLexicalHandler
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.transformation.Web3RfcTransformer Detail:
 public  void characters(char[] c,
    int start,
    int len) throws SAXException 
    Receive notification of the end of an element.
 public  void configure(Configuration configuration) throws ConfigurationException 
 public  void dispose() 
    Free all ressources
 public  void endElement(String uri,
    String loc,
    String raw) throws SAXException 
    Receive notification of the end of an element.
 protected  void initTags() 
 public  void recycle() 
 public  void service(ServiceManager manager) throws ServiceException 
 public  void setup(SourceResolver resolver,
    Map objectModel,
    String source,
    Parameters parameters) throws SAXException 
 public  void startElement(String uri,
    String loc,
    String raw,
    Attributes a) throws SAXException 
    Receive notification of the beginning of an element.