|
WebLogic Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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.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 |
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. |
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||