|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 | |
com.bea.wlai.common |
Uses of IDocumentDefinition in com.bea.adapter.cci |
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.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. |
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. |
Uses of IDocumentDefinition in com.bea.wlai.common |
Subinterfaces of IDocumentDefinition in com.bea.wlai.common | |
interface |
IRequestDefinition
|
interface |
IResponseDefinition
|
Classes in com.bea.wlai.common that implement IDocumentDefinition | |
class |
RequestDefinition
|
class |
ResponseDefinition
|
Methods in com.bea.wlai.common with parameters of type IDocumentDefinition | |
void |
Event.setDocumentDefinition(IDocumentDefinition docDef)
|
|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |