WebLogic Integration


Uses of Interface
com.bea.wlai.common.IDocumentDescriptor

Packages that use IDocumentDescriptor
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.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 IDocumentDescriptor in com.bea.adapter.web
 

Methods in com.bea.adapter.web that return IDocumentDescriptor
protected  IDocumentDescriptor AbstractDesignTimeRequestHandler.addOrUpdateSchema(SchemaManager schemaManager, QualifiedName schemaQName, IDocumentDefinition def)
           
 

Uses of IDocumentDescriptor in com.bea.wlai.client
 

Methods in com.bea.wlai.client that return IDocumentDescriptor
 IDocumentDescriptor DesignTimeHelper.addOrUpdateSchema(SchemaManager schemaManager, QualifiedName schemaQName, IDocumentDefinition def)
           
 

Uses of IDocumentDescriptor in com.bea.wlai.common
 

Classes in com.bea.wlai.common that implement IDocumentDescriptor
 class DocumentDescriptor
          This interface embodies all the metadata about a document type.
 

Methods in com.bea.wlai.common that return IDocumentDescriptor
static IDocumentDescriptor ServiceDescriptor.createDocumentDescriptorFromDocumentType(java.lang.String documentType)
          Create a document descriptor from a document type specification in / format.
 IDocumentDescriptor ServiceDescriptor.getRequestDocumentDescriptor()
          Get a descriptor for the request document required for this service.
 IDocumentDescriptor ServiceDescriptor.getResponseDocumentDescriptor()
          Get a descriptor for the response document returned from this service.
 IDocumentDescriptor IServiceDescriptor.getRequestDocumentDescriptor()
          Get a descriptor for the request document required for this service.
 IDocumentDescriptor IServiceDescriptor.getResponseDocumentDescriptor()
          Get a descriptor for the response document returned from this service.
static IDocumentDescriptor DescriptorFactory.createDocumentDescriptor(java.lang.String name, java.lang.String description, java.lang.String schemaName, java.lang.String rootElementName)
          Create a new document descriptor given the schema name and root element name for the descriptor.
static IDocumentDescriptor DescriptorFactory.createNullDocumentDescriptor()
          Create a document descriptor describing an empty/null document.
 

Methods in com.bea.wlai.common with parameters of type IDocumentDescriptor
 void ServiceDescriptor.setRequestDocumentDescriptor(IDocumentDescriptor descriptor)
          Set the descriptor for the request document required for this service.
 void ServiceDescriptor.setResponseDocumentDescriptor(IDocumentDescriptor descriptor)
          Set the descriptor for the response document returned from this service.
 void IServiceDescriptor.setRequestDocumentDescriptor(IDocumentDescriptor descriptor)
          Set the descriptor for the request document required for this service.
 void IServiceDescriptor.setResponseDocumentDescriptor(IDocumentDescriptor descriptor)
          Set the descriptor for the response document returned from this service.
 


WebLogic Integration

WebLogic Integration (WLI)