WebLogic Integration


Uses of Class
com.bea.connector.DocumentRecord

Packages that use DocumentRecord
com.bea.adapter.cci

The client interface allows a J2EE-based application to connect to and access back-end systems.  The client interface manages the flow of data between the client application and the back-end system and does not have any visibility into what either the container or the application server are doing with the adapter. 

com.bea.connector Classes/interfaces that extend the capabilities of the J2EE Connector Architecture. 
 

Uses of DocumentRecord in com.bea.adapter.cci
 

Subclasses of DocumentRecord in com.bea.adapter.cci
 class DocumentDefinitionRecord
          This class encapsulates an IDocumentDefinition as a DocumentRecord.
 

Methods in com.bea.adapter.cci that return DocumentRecord
protected abstract  DocumentRecord AbstractDocumentRecordInteraction.execute(javax.resource.cci.InteractionSpec ixSpec, DocumentRecord inputDoc)
          Adapter developers must provide an implementation for this method rather than overriding execute(InteractionSpec, Record)
 

Methods in com.bea.adapter.cci with parameters of type DocumentRecord
protected abstract  boolean AbstractDocumentRecordInteraction.execute(javax.resource.cci.InteractionSpec ixSpec, DocumentRecord inputDoc, DocumentRecord outputDoc)
          Adapter developers must provide an implementation for this method rather than execute(InteractionSpec, Record, Record).
protected abstract  DocumentRecord AbstractDocumentRecordInteraction.execute(javax.resource.cci.InteractionSpec ixSpec, DocumentRecord inputDoc)
          Adapter developers must provide an implementation for this method rather than overriding execute(InteractionSpec, Record)
protected  void AbstractDocumentRecordInteraction.validateRequestDocument(DocumentInteractionSpec ixSpec, DocumentRecord inputDoc)
          Convenience method for validating request documents
protected  java.lang.String AbstractDocumentRecordInteraction.getContent(DocumentRecord rec, java.lang.String strPath, boolean bIsMandatory)
          A convenience method for retrieving String content from a DocumentRecord.
 

Uses of DocumentRecord in com.bea.connector
 

Methods in com.bea.connector that return DocumentRecord
 DocumentRecord IRecordTranslator.translateResponse(javax.resource.cci.InteractionSpec ixSpec, DocumentRecord outputDocumentRecord, javax.resource.cci.Record outputRecord, javax.resource.cci.ConnectionFactory connectionFactory)
          Translate response output adapter specific Record to XML document.
 

Methods in com.bea.connector with parameters of type DocumentRecord
 javax.resource.cci.Record IRecordTranslator.translateRequest(javax.resource.cci.InteractionSpec ixSpec, DocumentRecord inputRecord, javax.resource.cci.ConnectionFactory connectionFactory)
          Translate request input XML document to adapter specific Record.
 javax.resource.cci.Record IRecordTranslator.translateResponse(javax.resource.cci.InteractionSpec ixSpec, DocumentRecord inputRecord, javax.resource.cci.ConnectionFactory connectionFactory)
          Translate reponse input XML document to adapter specific Record.
 DocumentRecord IRecordTranslator.translateResponse(javax.resource.cci.InteractionSpec ixSpec, DocumentRecord outputDocumentRecord, javax.resource.cci.Record outputRecord, javax.resource.cci.ConnectionFactory connectionFactory)
          Translate response output adapter specific Record to XML document.
 


WebLogic Integration

WebLogic Integration (WLI)