|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDocument | |
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.schema | Objects/interfaces for BEA Schema support. |
com.bea.wlai.client | |
com.bea.wlai.common |
Uses of IDocument in com.bea.adapter.cci |
Classes in com.bea.adapter.cci that implement IDocument | |
class |
DocumentDefinitionRecord
This class encapsulates an IDocumentDefinition as a DocumentRecord. |
Methods in com.bea.adapter.cci that return IDocument | |
IDocument |
DocumentInteractionSpecImpl.getDefaultRequestDocument()
|
IDocument |
DocumentInteractionSpecImpl.getDefaultResponseDocument()
|
Uses of IDocument in com.bea.adapter.web |
Methods in com.bea.adapter.web with parameters of type IDocument | |
protected void |
AbstractDesignTimeRequestHandler.debugDocument(java.lang.String strMessage,
ILogger logger,
IDocument doc)
|
Uses of IDocument in com.bea.connector |
Classes in com.bea.connector that implement IDocument | |
class |
DocumentRecord
|
Constructors in com.bea.connector with parameters of type IDocument | |
DocumentRecord.DocumentRecord(IDocument doc)
|
Uses of IDocument in com.bea.document |
Methods in com.bea.document that return IDocument | |
static IDocument |
DocumentFactory.createDocument()
Create a blank document. |
static IDocument |
DocumentFactory.createDocument(java.lang.String xml)
Create a document using the given XML text. |
static IDocument |
DocumentFactory.createDocument(java.lang.String xml,
boolean deferParse)
Create a document using the given XML text, optionally deferring the parse of that XML until a later time (i.e. |
static IDocument |
DocumentFactory.createDocument(org.w3c.dom.Element documentRootElement)
Create a document using a copy of the given Element as the document root element. |
static IDocument |
DocumentFactory.createDocument(java.io.Reader reader)
Create a document by reading the XML text for the document from the given Reader. |
static IDocument |
DocumentFactory.createDocument(java.io.File file)
Create a document by reading XML text previously saved to a file. |
static IDocument |
DocumentFactory.createDocument(java.io.File file,
java.lang.String encoding)
Create a document by reading XML text previously saved to a file. |
static IDocument |
DocumentFactory.createDocument(org.xml.sax.InputSource inputSource)
Create a document by reading the XML text for the document from the given InputSource. |
static IDocument |
DocumentFactory.createDocument(org.w3c.dom.Document document)
Create a document using the given DOM document. |
static IDocument |
DocumentFactory.createDocument(IDocument document)
Create a new document that is a deep copy of the given document. |
IDocument |
IDocumentDefinition.createDefaultDocument()
Create a document which conforms to the schema for this document definition, and which contains any default data for elements or attributes in the schema. |
IDocument |
IDocumentDefinition.createDefaultDocument(DefaultDocumentOptions options)
Using the specified options, create a new IDocument object which conforms to the structure prescribed by this schema, and contains any default values which have been specified. |
IDocument[] |
IDocument.getSubDocuments(java.lang.String path)
Get an array of sub-documents representing the nodes that are referred to by the path argument. |
Methods in com.bea.document with parameters of type IDocument | |
static IDocument |
DocumentFactory.createDocument(IDocument document)
Create a new document that is a deep copy of the given document. |
Uses of IDocument in com.bea.document.internal |
Classes in com.bea.document.internal that implement IDocument | |
class |
com.bea.document.internal.Document
The default implementation of the IDocument interface that uses XML for its serialized form. |
Uses of IDocument in com.bea.schema |
Methods in com.bea.schema that return IDocument | |
IDocument |
DefaultDocumentOptions.getTargetIDocument()
the document. |
IDocument |
SOMSchema.createDefaultDocument(DefaultDocumentOptions options)
create an XML instance document template based on this schema model. |
Methods in com.bea.schema with parameters of type IDocument | |
void |
DefaultDocumentOptions.setTargetDocument(IDocument targetDocument)
set a target document holder for the default document to be created. |
boolean |
SOMSchema.isValid(IDocument doc,
java.util.List errorList)
Validates an XML Document against an XML Schema. |
Uses of IDocument in com.bea.wlai.client |
Fields in com.bea.wlai.client declared as IDocument | |
IDocument |
EventTester.EventCreationInfo.request
|
IDocument |
EventTester.EventCreationResults.response
|
Methods in com.bea.wlai.client that return IDocument | |
IDocument |
AsyncServiceResponse.getResponseDocument()
Get the response document associated with the request. |
IDocument |
ApplicationViewRemote.invokeService(QualifiedName appViewName,
java.lang.String serviceName,
IDocument request,
javax.resource.cci.ConnectionSpec spec)
Synchronously invoke the service with the given name, using the request document given. |
IDocument |
ApplicationViewRemote.invokeService(QualifiedName appViewName,
java.lang.String serviceName,
IDocument request,
boolean autoCreateResponse,
javax.resource.cci.ConnectionSpec spec)
Synchronously invoke the service with the given name, using the request document given. |
IDocument |
ApplicationView.invokeService(java.lang.String serviceName,
IDocument request)
Synchronously invoke the service with the given name, using the request document given. |
IDocument |
ApplicationView.invokeService(java.lang.String serviceName,
IDocument request,
boolean autoCreateResponse)
Synchronously invoke the service with the given name, using the request document given. |
Methods in com.bea.wlai.client with parameters of type IDocument | |
IDocument |
ApplicationViewRemote.invokeService(QualifiedName appViewName,
java.lang.String serviceName,
IDocument request,
javax.resource.cci.ConnectionSpec spec)
Synchronously invoke the service with the given name, using the request document given. |
IDocument |
ApplicationViewRemote.invokeService(QualifiedName appViewName,
java.lang.String serviceName,
IDocument request,
boolean autoCreateResponse,
javax.resource.cci.ConnectionSpec spec)
Synchronously invoke the service with the given name, using the request document given. |
void |
ApplicationViewRemote.invokeService(QualifiedName appViewName,
java.lang.String serviceName,
IDocument request,
IDocument response,
javax.resource.cci.ConnectionSpec spec)
Synchronously invoke the service with the given name, using the request and response documents given. |
java.lang.String |
ApplicationViewRemote.invokeServiceAsync(QualifiedName appViewName,
java.lang.String appViewInstanceID,
java.lang.String serviceName,
IDocument request,
javax.resource.cci.ConnectionSpec spec)
Asynchronously invoke the service with the given name, and post the the response to the JMS response queue for this ApplicationView. |
java.lang.String |
ApplicationViewRemote.invokeServiceAsync(QualifiedName appViewName,
java.lang.String appViewInstanceID,
java.lang.String serviceName,
IDocument request,
java.lang.String responseQueueJNDIName,
java.util.Map jmsPropertyMap,
javax.resource.cci.ConnectionSpec spec)
Asynchronously invoke the service with the given name, and place the response on the indicated JMS queue when the response is available. |
IDocument |
ApplicationView.invokeService(java.lang.String serviceName,
IDocument request)
Synchronously invoke the service with the given name, using the request document given. |
IDocument |
ApplicationView.invokeService(java.lang.String serviceName,
IDocument request,
boolean autoCreateResponse)
Synchronously invoke the service with the given name, using the request document given. |
void |
ApplicationView.invokeService(java.lang.String serviceName,
IDocument request,
IDocument response)
Synchronously invoke the service with the given name, using the request and response documents given. |
java.lang.String |
ApplicationView.invokeServiceAsync(java.lang.String serviceName,
IDocument request,
AsyncServiceResponseListener listener)
Asynchronously invoke the service with the given name, and notify the given listener when the response is available. |
java.lang.String |
ApplicationView.invokeServiceAsync(java.lang.String serviceName,
IDocument request,
java.lang.String responseQueueJNDIName,
java.util.Map jmsPropertyMap)
Asynchronously invoke the service with the given name, and place the response on the indicated JMS queue when the response is available. |
Constructors in com.bea.wlai.client with parameters of type IDocument | |
AsyncServiceResponse.AsyncServiceResponse(QualifiedName appViewName,
java.lang.String serviceName,
java.lang.String requestID,
IDocument response)
|
Uses of IDocument in com.bea.wlai.common |
Methods in com.bea.wlai.common that return IDocument | |
IDocument |
Event.getPayload()
|
IDocument |
IEvent.getPayload()
|
Methods in com.bea.wlai.common with parameters of type IDocument | |
abstract void |
AbstractDescriptor.toXML(IDocument doc)
Output an XML representation of this descriptor into an IDocument instance. |
abstract void |
AbstractDescriptor.fromXML(IDocument doc)
Extract the data for this descriptor from the given IDocument instance, replacing all contents of the current descriptor with the new data. |
void |
ServiceDescriptor.toXML(IDocument doc)
Output an XML representation of this descriptor into an IDocument instance. |
void |
ServiceDescriptor.fromXML(IDocument doc)
Extract the data for this descriptor from the given IDocument instance, replacing all contents of the current descriptor with the new data. |
void |
EventDescriptor.toXML(IDocument doc)
Output an XML representation of this descriptor into an IDocument instance. |
void |
EventDescriptor.fromXML(IDocument doc)
Extract the data for this descriptor from the given IDocument instance, replacing all contents of the current descriptor with the new data. |
void |
ConnectionFactoryDescriptor.toXML(IDocument doc)
Output an XML representation of this descriptor into an IDocument instance. |
void |
ConnectionFactoryDescriptor.fromXML(IDocument doc)
Extract the data for this descriptor from the given IDocument instance, replacing all contents of the current descriptor with the new data. |
void |
Event.setPayload(IDocument payload)
|
void |
SchemaDescriptor.toXML(IDocument doc)
Output an XML representation of this descriptor into an IDocument instance. |
void |
SchemaDescriptor.fromXML(IDocument doc)
Extract the data for this descriptor from the given IDocument instance, replacing all contents of the current descriptor with the new data. |
void |
IEvent.setPayload(IDocument payload)
|
void |
ApplicationViewDescriptor.toXML(IDocument doc)
Output an XML representation of this descriptor into an IDocument instance. |
void |
ApplicationViewDescriptor.fromXML(IDocument doc)
Extract the data for this descriptor from the given IDocument instance, replacing all contents of the current descriptor with the new data. |
void |
DocumentDescriptor.toXML(IDocument doc)
Output an XML representation of this descriptor into an IDocument instance. |
void |
DocumentDescriptor.fromXML(IDocument doc)
Extract the data for this descriptor from the given IDocument instance, replacing all contents of the current descriptor with the new data. |
void |
IDescriptor.toXML(IDocument doc)
Output an XML representation of this descriptor into an IDocument instance. |
void |
IDescriptor.fromXML(IDocument doc)
Extract the data for this descriptor from the given IDocument instance, replacing all contents of the current descriptor with the new data. |
Constructors in com.bea.wlai.common with parameters of type IDocument | |
Event.Event(EventHeader header,
IDocument payload)
|
|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |