The product provides a set of adapters to process your XML requests.
The adapters point to a specific Java class that renders a service.
If you find that you need to use a protocol, which is not supported
by the adapters provided, you will need to add a new Message Class
(which points to a Java class) and a new XAI Adapter. It is recommended
that your implementers contact customer support. The following adapter
classes are provided.
-
BASEADA: This is
the core adapter class that provides access to any published system
service. This adapter accesses system objects through the page server.
Services with this adapter need to indicate the object (application
service), which should be invoked.
-
BUSINESSADA: This
is the core adapter class that provides access to schema-based objects.
This adapter accesses business objects, business services and service scripts through their schema API. Services with this adapter need to indicate
the schema of the object, which should be invoked. When communicating
to these objects, it is not necessary to create XAI schemas for the
schemas associated with the objects. XAI is able to directly communicate
with these objects using their existing schema definitions. As a result,
there is no need to use the XAI schema editor when defining XAI Inbound
Services for this new adapter.
-
STGUPADA: This staging
upload adapter class is used when an extra step is required prior
to using a service with the core adapter. For example, perhaps you
need to read a file, which is not in XML format, and convert it to
an XML format recognized by the system. Services with this type of
adapter do not need to indicate an application service but must indicate
information about the file to be converted. Refer to XAI Staging
Control for more information.
-
XAICMNDADA: This
is an internal adapter. It is used to send commands to the XAI Server.
-
LDAPIMPRTADA: This
adapter is no longer supported .
-
SIEBELADA: This
adapter is no longer supported.
Copyright © 2007, 2016, Oracle and/or its affiliates. All rights reserved. Documentation build: 2.5.2016 10:21:45 [T1_1454696505000]