WebLogic Integration


Uses of Interface
com.bea.document.IDocumentDefinition

Packages that use IDocumentDefinition
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.adapter.web The com.bea.adapter.web package contains classes that support the development of a design-time Web application for deploying and managing application views. 
com.bea.connector Classes/interfaces that extend the capabilities of the J2EE Connector Architecture. 
com.bea.document Objects/interfaces for BEA Document and Schema support. 
com.bea.document.internal Concrete/internal implementation classes for the com.bea.document package. 
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
com.bea.wlai.common Provides the WebLogic Application Integration commonly used interfaces/classes. 
 

Uses of IDocumentDefinition in com.bea.adapter.cci
 

Fields in com.bea.adapter.cci declared as IDocumentDefinition
protected  IDocumentDefinition DocumentInteractionSpecImpl.m_requestDocDef
          Encapsulates the schema and root element name for the request document for this interaction.
protected  IDocumentDefinition DocumentInteractionSpecImpl.m_responseDocDef
          Encapsulates the schema and root element name for the response document for this interaction.
 

Methods in com.bea.adapter.cci that return IDocumentDefinition
 IDocumentDefinition DocumentDefinitionRecord.getDocumentDefinition()
           
 IDocumentDefinition DocumentInteractionSpecImpl.getRequestDocumentDefinition()
           
 IDocumentDefinition DocumentInteractionSpecImpl.getResponseDocumentDefinition()
           
 

Methods in com.bea.adapter.cci with parameters of type IDocumentDefinition
 void DocumentInteractionSpecImpl.setRequestDocumentDefinition(IDocumentDefinition docDef)
          Sets the request document definition
 void DocumentInteractionSpecImpl.setResponseDocumentDefinition(IDocumentDefinition docDef)
          Sets the response document definition
 

Constructors in com.bea.adapter.cci with parameters of type IDocumentDefinition
DocumentDefinitionRecord.DocumentDefinitionRecord(IDocumentDefinition def)
           
 

Uses of IDocumentDefinition in com.bea.adapter.web
 

Methods in com.bea.adapter.web with parameters of type IDocumentDefinition
 void AbstractDesignTimeRequestHandler.addServiceSchemasToRepository(IServiceDescriptor sd, IDocumentDefinition requestDef, IDocumentDefinition responseDef)
          Adds the request and response schemas for a service to the WLI repository.
 void AbstractDesignTimeRequestHandler.addEventSchemaToRepository(IEventDescriptor ed, IDocumentDefinition eventDef)
          Adds the schema for an event to the repository.
 void AbstractDesignTimeRequestHandler.addServiceSchemasToRepository(IApplicationViewDescriptor avd, IServiceDescriptor sd, IDocumentDefinition requestDef, IDocumentDefinition responseDef)
          Adds the request and response schemas for a service to the WLI repository.
 void AbstractDesignTimeRequestHandler.addEventSchemaToRepository(IApplicationViewDescriptor avd, IEventDescriptor ed, IDocumentDefinition eventDef)
          Adds the schema for an event to the repository.
protected  IDocumentDescriptor AbstractDesignTimeRequestHandler.addOrUpdateSchema(SchemaManager schemaManager, QualifiedName schemaQName, IDocumentDefinition def)
           
 

Uses of IDocumentDefinition in com.bea.connector
 

Methods in com.bea.connector that return IDocumentDefinition
 IDocumentDefinition DocumentInteractionSpec.getRequestDocumentDefinition()
          Get the IDocumentDefinition object representing the request document for this InteractionSpec object.
 IDocumentDefinition DocumentInteractionSpec.getResponseDocumentDefinition()
          Get the IDocumentDefinition object representing the request document for this InteractionSpec object.
 

Methods in com.bea.connector with parameters of type IDocumentDefinition
 void DocumentInteractionSpec.setRequestDocumentDefinition(IDocumentDefinition requestDocDef)
          Set the IDocumentDefinition object representing the request document for this InteractionSpec object.
 void DocumentInteractionSpec.setResponseDocumentDefinition(IDocumentDefinition responseDocDef)
          Set the IDocumentDefinition object representing the response document for this InteractionSpec object.
 

Uses of IDocumentDefinition in com.bea.document
 

Methods in com.bea.document that return IDocumentDefinition
static IDocumentDefinition DocumentFactory.createDocumentDefinition()
          Create a document definition instance.
static IDocumentDefinition DocumentFactory.createDocumentDefinition(java.lang.String documentTypeName)
          Create a document definition with the given document type name.
static IDocumentDefinition DocumentFactory.createNullDocumentDefinition()
          Create a document definition for an empty/null document type.
 IDocumentDefinition IDocument.getDocumentDefinition()
          Get the IDocumentDefinition for this document which describes the structure and usage of this type of document.
 

Methods in com.bea.document with parameters of type IDocumentDefinition
 void IDocument.setDocumentDefinition(IDocumentDefinition docDef)
          Set the IDocumentDefinition for this document.
 

Uses of IDocumentDefinition in com.bea.document.internal
 

Classes in com.bea.document.internal that implement IDocumentDefinition
 class com.bea.document.internal.DocumentDefinition
          This interface embodies all the metadata about a document type.
 

Uses of IDocumentDefinition in com.bea.wlai.client
 

Methods in com.bea.wlai.client that return IDocumentDefinition
 IDocumentDefinition ApplicationViewRemote.getRequestDocumentDefinition(QualifiedName appViewName, java.lang.String serviceName)
          Get request DocumentDefinition for the given service.
 IDocumentDefinition ApplicationViewRemote.getResponseDocumentDefinition(QualifiedName appViewName, java.lang.String serviceName)
          Get response IDocumentDefinition for the given service.
 IDocumentDefinition ApplicationView.getRequestDocumentDefinition(java.lang.String serviceName)
          Get request DocumentDefinition for the given service.
 IDocumentDefinition ApplicationView.getResponseDocumentDefinition(java.lang.String serviceName)
          Get response IDocumentDefinition for the given service.
 

Methods in com.bea.wlai.client with parameters of type IDocumentDefinition
 void DesignTimeHelper.addServiceSchemasToRepository(IApplicationViewDescriptor avd, IServiceDescriptor sd, IDocumentDefinition requestDef, IDocumentDefinition responseDef)
          Adds the request and response schemas for a service to the repository.
 void DesignTimeHelper.addEventSchemaToRepository(IApplicationViewDescriptor avd, IEventDescriptor ed, IDocumentDefinition eventDef)
          Adds the schema for an event to the repository.
 IDocumentDescriptor DesignTimeHelper.addOrUpdateSchema(SchemaManager schemaManager, QualifiedName schemaQName, IDocumentDefinition def)
           
 

Uses of IDocumentDefinition in com.bea.wlai.common
 

Subinterfaces of IDocumentDefinition in com.bea.wlai.common
 interface IRequestDefinition
          This interface embodies all the metadata about a request document.
 interface IResponseDefinition
          This interface embodies all the metadata about a response document.
 

Classes in com.bea.wlai.common that implement IDocumentDefinition
 class RequestDefinition
          An implementation of the IRequestDefinition interface.
 class ResponseDefinition
          An implementation of the IResponseDefinition interface.
 

Methods in com.bea.wlai.common with parameters of type IDocumentDefinition
 void Event.setDocumentDefinition(IDocumentDefinition docDef)
           
 


WebLogic Integration

WebLogic Integration (WLI)