WebLogic Integration


Uses of Class
com.bea.schema.SOMSchema

Packages that use SOMSchema
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.document Objects/interfaces for BEA Document and Schema support. 
com.bea.schema Objects/interfaces for BEA Schema support. 
com.bea.wlai.common Provides the WebLogic Application Integration commonly used interfaces/classes. 
 

Uses of SOMSchema in com.bea.adapter.web
 

Methods in com.bea.adapter.web with parameters of type SOMSchema
 QualifiedName AbstractDesignTimeRequestHandler.addSchemaToRepository(java.lang.String strKey, SOMSchema schema)
          Deprecated. This method should not be used going forward as it does not take into account updating existing schemas or adding both request and response schemas to the repository in one logical unit of work. The preferred approach is to use the addServiceSchemasToRepository or addEventSchemaToRepository methods directly.
 void AbstractDesignTimeRequestHandler.updateSchemaInRepository(java.lang.String strSchemaName, SOMSchema schema)
          Deprecated. This method should not be used going forward. The preferred approach is to use the addServiceSchemasToRepository or addEventSchemaToRepository methods directly.
 

Uses of SOMSchema in com.bea.document
 

Methods in com.bea.document that return SOMSchema
 SOMSchema IDocumentDefinition.getDocumentSchema()
          Get the document schema for this document definition.
 

Methods in com.bea.document with parameters of type SOMSchema
 void IDocumentDefinition.setDocumentSchema(SOMSchema schema)
          Set the document schema for this document definition.
 

Uses of SOMSchema in com.bea.schema
 

Methods in com.bea.schema that return SOMSchema
 SOMSchema SOMObject.getParentSchema()
          get a reference to the parent schema for this object
 SOMSchema SOMSchemaFromDTD.getSchema()
          Parse and return SOMSchema from a DTD.
 

Uses of SOMSchema in com.bea.wlai.common
 

Methods in com.bea.wlai.common that return SOMSchema
 SOMSchema ISchemaDescriptor.getSchema()
          Get the schema document associated with this schema descriptor.
 SOMSchema EventDefinition.getPayloadSchema()
          Get the schema for the payload document.
 SOMSchema SchemaDescriptor.getSchema()
          Get the SOMSchema that this descriptor contains
 SOMSchema IEventDefinition.getPayloadSchema()
          Get the schema for the payload document.
 

Methods in com.bea.wlai.common with parameters of type SOMSchema
 void ISchemaDescriptor.setSchema(SOMSchema aDocumentSchema)
          Set the schema document for this schema descriptor.
 void EventDefinition.setPayloadSchema(SOMSchema schema)
          Set the schema for the payload document.
 void SchemaDescriptor.setSchema(SOMSchema documentSchema)
          Set the SOMSchema that this descriptor contains
 void IEventDefinition.setPayloadSchema(SOMSchema schema)
          Set the schema for the payload document.
 

Constructors in com.bea.wlai.common with parameters of type SOMSchema
SchemaDescriptor.SchemaDescriptor(INamespace parentNamespace, java.lang.String name, SOMSchema documentSchema)
          Construct a new SchemaDescriptor in the given namespace, with the given name, and contents.
SchemaDescriptor.SchemaDescriptor(INamespace parentNamespace, java.lang.String name, SOMSchema documentSchema, java.lang.String description)
          Construct a new SchemaDescriptor in the given namespace, with the given name, contents, and description.
 


WebLogic Integration

WebLogic Integration (WLI)