XML Connector API 6.0.2.61
A C E F G H I N R S X

A

AccessForCOM - class com.baan.ow.xmlconnector.AccessForCOM.
Provides access to this package for COM clients.
AccessForCOM() - Constructor for class com.baan.ow.xmlconnector.AccessForCOM
Creates a dummy instance of this class.
AuthenticationException - exception com.baan.ow.xmlconnector.dispatcher.AuthenticationException.
Indicates a problem occured that prevented the execution of a BAC request.
AuthenticationException(String) - Constructor for class com.baan.ow.xmlconnector.dispatcher.AuthenticationException
Calls the superclass constructor with the same signature.

C

close() - Method in class com.baan.b3.dil.Request
Deprecated. This is a deprecated method and this won't be supported in the later versions.
close() - Method in interface com.baan.ow.xmlconnector.IMetadataGenerator

This method should be called to release the License.
close() - Method in interface com.baan.ow.xmlconnector.IRequestProcessor

This method should be called to release the License.
close() - Method in interface com.baan.ow.xmlconnector.dispatcher.IDispatcher
Releases all resources associated with this object.
com.baan.b3.dil - package com.baan.b3.dil
 
com.baan.ow.xmlconnector - package com.baan.ow.xmlconnector
 
com.baan.ow.xmlconnector.dispatcher - package com.baan.ow.xmlconnector.dispatcher
 
COPYRIGHT - Static variable in interface com.baan.ow.xmlconnector.IMetadataGenerator
 
COPYRIGHT - Static variable in interface com.baan.ow.xmlconnector.IRequestProcessor
 

E

execute() - Method in interface com.baan.ow.xmlconnector.dispatcher.IRequest
defines execute for a particular backend.
execute(IUserSession, Document, Document, Document) - Method in interface com.baan.ow.xmlconnector.IRequestProcessor

This method should be called to do data retrieval and updates.
execute(IUserSession, String, StringBuffer, StringBuffer) - Method in interface com.baan.ow.xmlconnector.IRequestProcessor

This method should be called to do data retrieval and updates.
execute(String, StringBuffer, StringBuffer) - Method in class com.baan.b3.dil.Request
Deprecated. This is a deprecated method and this won't be supported in the later versions.
execute1(IUserSession, String, StringBuffer, StringBuffer) - Method in class com.baan.b3.dil.Request
Deprecated. This is a deprecated method and this won't be supported in the later versions.
executeSync(IUserSession, Document, Document) - Method in interface com.baan.ow.xmlconnector.IRequestProcessor

This method should be called only for data synchronization purpose, where the return type of the method call is a com.baan.b3.boi1.Iterator.
executeSync(IUserSession, String, StringBuffer) - Method in interface com.baan.ow.xmlconnector.IRequestProcessor

This method should be called only for data synchronization purpose, where the return type of the method call is a com.baan.b3.boi1.Iterator.

F

FAULTCODE_AUTHENTICATION - Static variable in interface com.baan.ow.xmlconnector.dispatcher.IDispatcherConstants
Contains the Fault Code for AuthenticationException.
FAULTCODE_CONNECTION - Static variable in interface com.baan.ow.xmlconnector.dispatcher.IDispatcherConstants
Contains the Fault Code for any other RequestException.
FaultException - exception com.baan.ow.xmlconnector.dispatcher.FaultException.
Indicates that there is "fault" on the server side in execution of a BAC request In which case it is possible to get the fault document.
FaultException(Element) - Constructor for class com.baan.ow.xmlconnector.dispatcher.FaultException
Calls the superclass constructor with the same signature.

G

get_MetadataGenerator() - Method in class com.baan.ow.xmlconnector.AccessForCOM
Calls XMLConnectorFactory.getMetadataGenerator().
get_RequestProcessor() - Method in class com.baan.ow.xmlconnector.AccessForCOM
Calls XMLConnectorFactory.getProcessor().
getFault() - Method in class com.baan.ow.xmlconnector.dispatcher.FaultException
Contains the fault document (or 'Element') in case of Fault.
getFaultCode() - Method in class com.baan.ow.xmlconnector.dispatcher.AuthenticationException
Returns the Fault Code for this exception.
getFaultCode() - Method in class com.baan.ow.xmlconnector.dispatcher.RequestException
Returns the Fault Code for this exception.
getMetadata(String, StringBuffer, StringBuffer, StringBuffer, StringBuffer) - Method in class com.baan.b3.dil.Request
Deprecated. This is a deprecated method and this won't be supported in the later versions.
getMetadata(String, StringBuffer, StringBuffer, StringBuffer, StringBuffer) - Method in interface com.baan.ow.xmlconnector.IMetadataGenerator

This method generates the metadata in either DTD or XML Schema format.
getMetadataGenerator() - Static method in class com.baan.ow.xmlconnector.XMLConnectorFactory

It returns an instance of the MetadataGeneratorImpl class.
getMethodList(String, StringBuffer, StringBuffer) - Method in interface com.baan.ow.xmlconnector.IMetadataGenerator

This method generates the list of all available methods.
getProcessor() - Static method in class com.baan.ow.xmlconnector.XMLConnectorFactory

It returns an instance of the RequestProcessorImpl class.
getRequestMsg() - Method in interface com.baan.ow.xmlconnector.dispatcher.IRequest
Retrieves the 'root' DOM element of Request.
getResponseMsg() - Method in interface com.baan.ow.xmlconnector.dispatcher.IReply
Retrieves the 'response' that contains the returned data.

H

hasMoreRecords() - Method in interface com.baan.ow.xmlconnector.IXMLCIterator

Indicates whether there are more records to return.

I

IDispatcher - interface com.baan.ow.xmlconnector.dispatcher.IDispatcher.
Represents a Dispatcher.
IDispatcherConstants - interface com.baan.ow.xmlconnector.dispatcher.IDispatcherConstants.
 
IMetadataGenerator - interface com.baan.ow.xmlconnector.IMetadataGenerator.

This interface provides two methods.
IReply - interface com.baan.ow.xmlconnector.dispatcher.IReply.
Represents a reply from a BAC backend.
IRequest - interface com.baan.ow.xmlconnector.dispatcher.IRequest.
Represents a request to a BAC backend.
IRequestProcessor - interface com.baan.ow.xmlconnector.IRequestProcessor.
This Interface provides methods for data updates and retrievals to Baan.
IXMLCIterator - interface com.baan.ow.xmlconnector.IXMLCIterator.
This class provides an Iterator functionality, with the help of which the user can decide the number of records to fetch.

N

newRequest() - Method in interface com.baan.ow.xmlconnector.dispatcher.IDispatcher
Produces a new request to send to this BAC backend.
newRequest(Element) - Method in interface com.baan.ow.xmlconnector.dispatcher.IDispatcher
Produces a new request to send to this BAC backend.
nextSetOfRecords(StringBuffer, StringBuffer) - Method in interface com.baan.ow.xmlconnector.IXMLCIterator

This method will return the next set of records from the set of records that is being iterated through.

R

Request - class com.baan.b3.dil.Request.
Deprecated. This is a deprecated class and this won't be supported in the later versions.
Request() - Constructor for class com.baan.b3.dil.Request
Deprecated.  
RequestException - exception com.baan.ow.xmlconnector.dispatcher.RequestException.
Indicates a problem occured that prevented the execution of a BAC request.
RequestException(String) - Constructor for class com.baan.ow.xmlconnector.dispatcher.RequestException
Calls the superclass constructor with the same signature.

S

setAdapterFetchSize(int) - Method in interface com.baan.ow.xmlconnector.IRequestProcessor

Sets the fetch size for this iterator.
setAdapterTimeOut(int) - Method in interface com.baan.ow.xmlconnector.IRequestProcessor

Changes the time this manager waits for the result.
setRecordSize(int) - Method in interface com.baan.ow.xmlconnector.IXMLCIterator

Sets the number of records that should be returned in each fetch.
setTimeout(int) - Method in interface com.baan.ow.xmlconnector.dispatcher.IDispatcher
Sets how long to wait for a response from the backend.

X

XMLConnectorFactory - class com.baan.ow.xmlconnector.XMLConnectorFactory.
This class is used to get an instance of either the MetadataGeneratorImpl or the RequestProcessorImpl.
XMLConnectorFactory() - Constructor for class com.baan.ow.xmlconnector.XMLConnectorFactory
 

A C E F G H I N R S X
XML Connector API 6.0.2.61

Visit the SSA Global website for more information.