A B C D E F G H I J L M O P Q R S T U V W X

A

AbstractOperationHandler - Class in com.mulesoft.adapter.module
Base OperationHandler implementation relying on a DynamicModule to handle operations.
AbstractOperationHandler(String, DynamicModule) - Constructor for class com.mulesoft.adapter.module.AbstractOperationHandler
 
AbstractPIModule - Class in com.mulesoft.adapter.module
Base PIModule implementation relying on DynamicModule.
AbstractPIModule(Channel) - Constructor for class com.mulesoft.adapter.module.AbstractPIModule
 
ackNotSupported(MessageKey, AckType[]) - Method in class com.mulesoft.adapter.ra.XIMessageFactoryImpl
Publish if acks are not supported (XI specific)
addCciConnection(CCIConnection) - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Adds a CCI connection in order to operate on this managed connection (ra implementation specific)
addChannel(Channel) - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
 
addConnectionEventListener(ConnectionEventListener) - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Store a new connection event listener (instantiated by the (J2EE server) container) for this managed connection.
addConnectorListener(ConnectionEventListener) - Method in class com.mulesoft.adapter.ra.XIConnectionEventListenerManager
Add a ConnectionEventListener to send events to it (ra implementation specific)
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class com.mulesoft.adapter.ra.SPIConnectionManager
Returns a managed connection.
appendNewLine() - Method in class com.mulesoft.adapter.module.salesforce.SalesForceDeleteErrorMessage
 
appendNewLine() - Method in class com.mulesoft.adapter.module.salesforce.SalesForceSaveErrorMessage
 
appendNewLine() - Method in class com.mulesoft.adapter.module.salesforce.SalesForceUpsertErrorMessage
 
applicationAck(MessageKey) - Method in class com.mulesoft.adapter.ra.XIMessageFactoryImpl
Send an application ACK (XI specific)
applicationErrorAck(MessageKey, Exception) - Method in class com.mulesoft.adapter.ra.XIMessageFactoryImpl
Send an application error ACK (XI specific)
aquireLock() - Method in class com.mulesoft.adapter.helper.TopicListnenerLocking
 
assertion(String, Category, boolean, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an error trace message if a given condition is false.
associateConnection(Object) - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Associate a previously created CCI connection to this managed connection (SPI JCA 1.0)
asTypedObject(DynamicModule, String, List<Map<String, String>>) - Static method in class com.mulesoft.adapter.module.salesforce.SObjects
Specified `objects` as typed objects.
awaitCompletion(DynamicModule, BatchInfo) - Static method in class com.mulesoft.adapter.module.salesforce.Bulks
Await completion of specified BatchInfo.

B

batchInfo(DynamicModule, BatchInfo) - Static method in class com.mulesoft.adapter.module.salesforce.Bulks
 
beLogged(int) - Method in class com.mulesoft.adapter.ra.XITrace
This method can be used to avoid unneccessary and unperformant object creation, in cases where debugging is switched off, or the serverity level is lower than the current one.
Bulks - Class in com.mulesoft.adapter.module.salesforce
Helper methods for bulk operations.

C

catching(String, Throwable) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a trace entry that the specified throwable was caught.
CCIConnection - Class in com.mulesoft.adapter.ra
CciConnection represents an JCA 1.0 compliant connection implementation.
CCIConnectionFactory - Class in com.mulesoft.adapter.ra
CciConnectionFactory serves as factory for the sample CCI connections.
CCIConnectionFactory() - Constructor for class com.mulesoft.adapter.ra.CCIConnectionFactory
The JCA specification requires a default constructor for ConnectionFactory (pg.
CCIConnectionFactory(ManagedConnectionFactory) - Constructor for class com.mulesoft.adapter.ra.CCIConnectionFactory
In case of the two-tier approach non ConnectionManager object is passed to the ManagedConnectionFactory whereas in the J2EE approach it is.
CCIConnectionFactory(ManagedConnectionFactory, ConnectionManager) - Constructor for class com.mulesoft.adapter.ra.CCIConnectionFactory
This constructor is used in the context of XI AF: The J2EE server passed a ConnectionManager object via the createConnectionFactory call to the ManagedConnectionFactory, which in turn will call this constructor with itself and the ConenctionManager object as argument.
CCIConnectionMetaData - Class in com.mulesoft.adapter.ra
CciConnectionMetaData returns descriptive and configuration information related to a given managed connection as specified by the JCA 1.0 ConnectionMetaData interface.
CCIConnectionMetaData(SPIManagedConnection) - Constructor for class com.mulesoft.adapter.ra.CCIConnectionMetaData
Constructs the connection meta data object.
CCIConnectionRequestInfo - Class in com.mulesoft.adapter.ra
CciConnectionRequestInfo is the analogon to the CciConnectionSpec.
CCIConnectionRequestInfo(String, String, String) - Constructor for class com.mulesoft.adapter.ra.CCIConnectionRequestInfo
A valid XI AF CciConnectionRequestInfo can only be created together with all its properties.
CCIInteraction - Class in com.mulesoft.adapter.ra
CciInteraction represents the XI 3.0 AF compliant interaction implementation.
CCIInteraction(Connection) - Constructor for class com.mulesoft.adapter.ra.CCIInteraction
Creates a new CCI interaction object to call "methods" of an ra The constructor is called by the CciConnection only.
CCIResourceAdapterMetaData - Class in com.mulesoft.adapter.ra
CciResourceAdapterMetaData returns descriptive and configuration information of the current sample resource adapter as specified by the JCA 1.0 ResourceAdapterMetaData interface.
CCIResourceAdapterMetaData() - Constructor for class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
 
channelAdded(Channel) - Method in class com.mulesoft.adapter.ra.XIConfiguration
 
ChannelOperationTuple - Class in com.mulesoft.adapter.ra
 
ChannelOperationTuple(Channel, ChannelOperationTuple.Operation) - Constructor for class com.mulesoft.adapter.ra.ChannelOperationTuple
 
ChannelOperationTuple.Operation - Enum in com.mulesoft.adapter.ra
 
channelRemoved(Channel) - Method in class com.mulesoft.adapter.ra.XIConfiguration
 
Channels - Class in com.mulesoft.adapter.helper
Helper methods for Channel.
channelUpdated(Channel) - Method in class com.mulesoft.adapter.ra.XIConfiguration
 
cleanup() - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Cleanups this managed connection.
clearWarnings() - Method in class com.mulesoft.adapter.ra.CCIInteraction
Resets warning list in this interaction.
clone() - Method in class com.mulesoft.adapter.ra.XIMessageRecordImpl
Redefine clone to resolve Record/Object ambiguity (ra implementation specific)
close() - Method in class com.mulesoft.adapter.ra.CCIConnection
The XI AF module processor calls close() to free a connection if it will not be used anymore.
close() - Method in class com.mulesoft.adapter.ra.CCIInteraction
Disconnects the current interaction from its current CCI connection (CCI JCA 1.0)
com.mulesoft.adapter.helper - package com.mulesoft.adapter.helper
 
com.mulesoft.adapter.module - package com.mulesoft.adapter.module
 
com.mulesoft.adapter.module.salesforce - package com.mulesoft.adapter.module.salesforce
 
com.mulesoft.adapter.ra - package com.mulesoft.adapter.ra
 
CONFIG - Static variable in class com.mulesoft.adapter.ra.XIAdapterCategories
 
configureNetweaverHttpTransport() - Method in class com.mulesoft.adapter.module.salesforce.TransportConfigurator
 
CONNECT - Static variable in class com.mulesoft.adapter.ra.XIAdapterCategories
 
CONNECT_AF - Static variable in class com.mulesoft.adapter.ra.XIAdapterCategories
 
CONNECT_EIS - Static variable in class com.mulesoft.adapter.ra.XIAdapterCategories
 
create(String, List<Map<String, Object>>, IPILogger) - Method in class com.mulesoft.adapter.module.salesforce.CreateOperationHandler
 
createBulk(String, List<Map<String, String>>, IPILogger) - Method in class com.mulesoft.adapter.module.salesforce.CreateOperationHandler
 
createConfiguredDynamicModule(Channel) - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
createConnectionFactory(ConnectionManager) - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
This factory method is used in the context of XI AF: The J2EE server passed a ConnectionManager object via the createConnectionFactory call to the ManagedConnectionFactory, which in turn will the approriate constructor of the CciConnectionFactory.
createConnectionFactory() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
This factory method is used for the two-tier, non J2EE container approach: The ConnectionManager implementation of the resource adapter is used instead of the J2EE ConnectionManager.
createDefaultDynamicModule(Module, Map<String, Object>, AbstractPolicyTemplate) - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
createDynamicModule(Module, Map<String, Object>, AbstractPolicyTemplate) - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
createIndexedRecord(String) - Method in class com.mulesoft.adapter.ra.XIMessageFactoryImpl
According to the RecordFactory interface a method to create index records must be provided.
createInteraction() - Method in class com.mulesoft.adapter.ra.CCIConnection
Factory method to create an interaction that operates on this connections According to JCA the relationship between connection:interaction is 1:n (CCI JCA 1.0)
createLogger(Message) - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
This factory method is used called by the J2EE server to create a new managed connection.
createMappedRecord(String) - Method in class com.mulesoft.adapter.ra.XIMessageFactoryImpl
According to the RecordFactory interface a method to create map records must be provided.
createMessageRecord(String, String, String, String, String, String) - Method in class com.mulesoft.adapter.ra.XIMessageFactoryImpl
Creates a new message record.
createMessageRecord(Party, Party, Service, Service, Action) - Method in class com.mulesoft.adapter.ra.XIMessageFactoryImpl
Creates a new message record.
createMessageRecord(String, String, String, String, String, String, String) - Method in class com.mulesoft.adapter.ra.XIMessageFactoryImpl
Creates a new message record.
createMessageRecord(Party, Party, Service, Service, Action, String) - Method in class com.mulesoft.adapter.ra.XIMessageFactoryImpl
Creates a new message record.
createModule(Channel) - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
createModule(Channel) - Method in class com.mulesoft.adapter.module.salesforce.SalesforcePIModule
 
CreateOperationHandler - Class in com.mulesoft.adapter.module.salesforce
Provide support for `create` operation.
CreateOperationHandler(DynamicModule) - Constructor for class com.mulesoft.adapter.module.salesforce.CreateOperationHandler
 
createOutput(Message, byte[], IPILogger) - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
createParameters(Channel) - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
createParameters(Channel) - Method in class com.mulesoft.adapter.module.salesforce.SalesforcePIModule
 
createParametersDefault(Channel) - Method in class com.mulesoft.adapter.module.AbstractPIModule
Extract mandatory parameters from Channel by relying on Module.getParameters().
createPIMessage(String) - Method in class com.mulesoft.adapter.module.SubscriptionEventListener
 
createRetryPolicyTemplate() - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
createURL(String) - Method in class com.mulesoft.adapter.module.salesforce.SAPHttpTransport
Work around SAP issues with default HTTP[S] transport
createXIMessageRecord() - Method in class com.mulesoft.adapter.ra.XIMessageFactoryImpl
Create a empty message record to be used by the application for the outbound case.

D

debugT(String, Category, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a debug trace and log message.
debugT(String, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a debug trace message.
debugT(String, Category, String, Object[]) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a debug trace and log message.
debugT(String, String, Object[]) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a debug trace message.
DefaultRetryPolicy - Class in com.mulesoft.adapter.module
Extend SimpleRetryPolicy by logging retry attempts to IPILogger.
DefaultRetryPolicy(PIModule, IPILogger) - Constructor for class com.mulesoft.adapter.module.DefaultRetryPolicy
 
DeleteOperationHandler - Class in com.mulesoft.adapter.module.salesforce
Provide support for `delete` operation.
DeleteOperationHandler(DynamicModule) - Constructor for class com.mulesoft.adapter.module.salesforce.DeleteOperationHandler
 
deliveryAck(MessageKey) - Method in class com.mulesoft.adapter.ra.XIMessageFactoryImpl
Send an delivery ACK (XI specific)
deliveryErrorAck(MessageKey, Exception) - Method in class com.mulesoft.adapter.ra.XIMessageFactoryImpl
Send an delivery error ACK (XI specific)
destroy() - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Destroys the underlying physical connection (i.e.
dispatch(Message, IPILogger) - Method in class com.mulesoft.adapter.module.AbstractPIModule
Dispatch execution to the correct OperationHandler.
dispose() - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
dispose() - Method in interface com.mulesoft.adapter.module.PIModule
Dispose this module.
disposeDefault() - Method in class com.mulesoft.adapter.module.AbstractPIModule
Dispose underlying DynamicModule.

E

emptyDocument() - Static method in class com.mulesoft.adapter.helper.XML
 
entering(String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a trace entry that the specified method was entered.
entering(String, Object[]) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a trace entry that the specified method was entered.
equals(Object) - Method in class com.mulesoft.adapter.ra.CCIConnectionRequestInfo
A JCA 1.0 compliant CciConnectionRequestInfo must implement the equals() to allow the J2EE ConnectionManager a pre-selection of connections.
equals(Object) - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
A JCA 1.0 compliant SpiManagedConnectionFactory must implement the equals() to allow the J2EE container a sensible connection pooling.
errorMessage() - Method in class com.mulesoft.adapter.module.salesforce.SalesForceDeleteErrorMessage
 
errorMessage() - Method in class com.mulesoft.adapter.module.salesforce.SalesForceSaveErrorMessage
 
errorMessage() - Method in class com.mulesoft.adapter.module.salesforce.SalesForceUpsertErrorMessage
 
errorT(String, Category, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an error trace and log message.
errorT(String, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an error trace message.
errorT(String, Category, String, Object[]) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an error trace and log message.
errorT(String, String, Object[]) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an error trace and log message.
errorT(String, Category, String, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an error trace and log message.
errorT(String, String, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an error trace message.
errorT(String, Category, String, String, Object...) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an error trace and log message.
errorT(String, String, String, Object...) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an error trace and log message.
ExceptionHelper - Class in com.mulesoft.adapter.helper
 
ExceptionHelper() - Constructor for class com.mulesoft.adapter.helper.ExceptionHelper
 
execute(InteractionSpec, XIMessageRecordImpl, IPILogger) - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
execute(InteractionSpec, XIMessageRecordImpl, IPILogger) - Method in interface com.mulesoft.adapter.module.PIModule
 
execute(InteractionSpec, Record, Record) - Method in class com.mulesoft.adapter.ra.CCIInteraction
Execute the interaction.
execute(InteractionSpec, Record) - Method in class com.mulesoft.adapter.ra.CCIInteraction
Execute the interaction.
exiting(String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a trace entry that the specified method is about to be exited.
exiting(String, Object) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a trace entry that the specified method is about to be exited.
extractRootCauseMessage(Throwable) - Static method in class com.mulesoft.adapter.helper.ExceptionHelper
 
extractType(Node, Map<String, String>) - Static method in class com.mulesoft.adapter.module.salesforce.SObjects
 

F

fatalT(String, Category, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a fatal trace and log message.
fatalT(String, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a fatal trace message.
fatalT(String, Category, String, Object[]) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a fatal trace and log message.
fatalT(String, String, Object[]) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a fatal trace message.
fatalT(String, Category, String, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a fatal trace and log message.
fatalT(String, String, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a fatal trace message.
fatalT(String, Category, String, String, Object...) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a fatal trace and log message.
fatalT(String, String, String, Object...) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a fatal trace message.
findField(String) - Method in class com.mulesoft.adapter.module.salesforce.SObjectTypeFinder
 
findSObjectRootNodes(Document) - Static method in class com.mulesoft.adapter.module.salesforce.SObjects
 
firstNamedTextNode(Document, String) - Static method in class com.mulesoft.adapter.helper.XML
 
functionName - Variable in class com.mulesoft.adapter.ra.XIInteractionSpecImpl
Define the InteractionSpec standard properties as listed below.

G

generatePayload(MuleMessage, IPILogger) - Method in class com.mulesoft.adapter.module.SubscriptionEventListener
 
generateQueryResponse(List<Map<String, Object>>, String, String) - Static method in class com.mulesoft.adapter.module.salesforce.SObjects
true 01g30000000590JAAQ-3 Merce Carroll 1
generateSubscriptionResponse(Map<String, Object>, String, String, String, String, String) - Static method in class com.mulesoft.adapter.module.salesforce.SObjects
Contact
getAdapterName() - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
 
getAdapterNamespace() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
Getter for the adapterNamespace for JCA ra configuration.
getAdapterShortDescription() - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
 
getAdapterType() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
Getter for the adapterType for JCA ra configuration.
getAdapterVendorName() - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
 
getAdapterVersion() - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
The following getter methods are required by JCA 1.0 to deliver adapter name, version, etc.
getAddressMode() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
This class must be JavaBean compliant hence it offers getters for properties
getChannel() - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
getChannel() - Method in class com.mulesoft.adapter.ra.ChannelOperationTuple
 
getChannelId() - Method in class com.mulesoft.adapter.ra.CCIConnectionRequestInfo
 
getChannelId() - Method in class com.mulesoft.adapter.ra.XIConnectionSpecImpl
 
getChannelStatus(Channel, Locale) - Method in class com.mulesoft.adapter.ra.XIConfiguration
The getChannelStatus() is called by the XI AF administration GUI's to visualize the channel status of adapters.
getConnection() - Method in class com.mulesoft.adapter.ra.CCIConnectionFactory
The main task for the ConnectionFactory is to create/return CCI connections for the XI AF.
getConnection(ConnectionSpec) - Method in class com.mulesoft.adapter.ra.CCIConnectionFactory
The second getter method returns a connection based on additional (selection) information which are contained in the ConnectionSpec object.
getConnection() - Method in class com.mulesoft.adapter.ra.CCIInteraction
Returns the CCI connection that is related to this interaction (CCI JCA 1.0)
getConnection(Subject, ConnectionRequestInfo) - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Returns a CCI connection that operates on this managed connection.
getCopy(Direction) - Method in class com.mulesoft.adapter.ra.XIConfiguration
Get a copy of one of the channel lists for internal processings
getEISProductName() - Method in class com.mulesoft.adapter.ra.CCIConnectionMetaData
Returns the product name of the connected external system (CCI JCA 1.0)
getEISProductName() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionMetaData
Returns the product name of the connected external system (SPI JCA 1.0)
getEISProductVersion() - Method in class com.mulesoft.adapter.ra.CCIConnectionMetaData
Returns the product version of the connected external system (CCI JCA 1.0)
getEISProductVersion() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionMetaData
Returns the product version of the connected external system (SPI JCA 1.0)
getExecutionTimeout() - Method in class com.mulesoft.adapter.ra.XIInteractionSpecImpl
Returns the current maximum execution time for sync calls (CCI JCA 1.0)
getFunctionName() - Method in class com.mulesoft.adapter.ra.XIInteractionSpecImpl
Gets the current XI AF defined function name (see constants) (CCI JCA 1.0)
getInteractionSpecsSupported() - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
A XI AF compliant resource adapter MUST return the XiInteractionSpec as the one and only supported interaction spec.
getInteractionVerb() - Method in class com.mulesoft.adapter.ra.XIInteractionSpecImpl
Gets the current interaction verb (see constants) (CCI JCA 1.0)
getLocalizationCallback() - Static method in class com.mulesoft.adapter.ra.XILocalizationUtilities
Obtains the class loader to use when loading the resource bundles.
getLocalTransaction() - Method in class com.mulesoft.adapter.ra.CCIConnection
Returns new local transaction.
getLocalTransaction() - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Get the JCA local transaction if this kind of transaction is supported by the adapter.
getLogger() - Method in class com.mulesoft.adapter.module.PIMessageParameters
 
getLogWriter() - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Gets the JCA J2EE logwriter PrintWriter object.
getLogWriter() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
Gets the JCA J2EE logwriter PrintWriter object.
getManagedConnectionFactory() - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Returns the associated ManagedConnectionFactory (ra implementation specific)
getMaxConnections() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionMetaData
Returns the maximum number of concurrently opened physical connections.
getMcfLocalGuid() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
Getter for the MCF GUID
getMetaData() - Method in class com.mulesoft.adapter.ra.CCIConnection
Returns the descriptive connection meta data of this connection (CCI JCA 1.0)
getMetaData() - Method in class com.mulesoft.adapter.ra.CCIConnectionFactory
getMetaData() returns meta data information of the resource adapter as specified in JCA
getMetaData() - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Returns the descriptive and configuration data for this managed connection as ManagedConnectionMetaData.
getModule() - Method in class com.mulesoft.adapter.module.AbstractOperationHandler
 
getModule() - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
getModule() - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
 
getOperation() - Method in class com.mulesoft.adapter.ra.ChannelOperationTuple
 
getOperationHandler(Message) - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
getOperationName() - Method in class com.mulesoft.adapter.module.AbstractOperationHandler
 
getOperationName() - Method in interface com.mulesoft.adapter.module.OperationHandler
 
getPassword() - Method in class com.mulesoft.adapter.ra.CCIConnectionRequestInfo
 
getPassword() - Method in class com.mulesoft.adapter.ra.XIConnectionSpecImpl
 
getPasswordCredential(ManagedConnectionFactory, Subject, ConnectionRequestInfo) - Static method in class com.mulesoft.adapter.ra.XISecurityUtilities
Returns determined credentials of the current user (ra implementation specific)
getRecordFactory() - Method in class com.mulesoft.adapter.ra.CCIConnectionFactory
getRecordFactory() must return the XI AF messageFactory.
getRecordName() - Method in class com.mulesoft.adapter.ra.XIMessageRecordImpl
Returns the record name.
getRecordShortDescription() - Method in class com.mulesoft.adapter.ra.XIMessageRecordImpl
Sets the record description.
getReference() - Method in class com.mulesoft.adapter.ra.CCIConnectionFactory
Returns the stored Reference object.
getRequestContent() - Method in class com.mulesoft.adapter.module.PIMessageParameters
 
getResponseRootElementName() - Method in class com.mulesoft.adapter.module.PIMessageParameters
 
getResponseRootElementNamespace() - Method in class com.mulesoft.adapter.module.PIMessageParameters
 
getResultSetInfo() - Method in class com.mulesoft.adapter.ra.CCIConnection
Returns a result set Since result sets MUST NOT be used in the context of XI AF.
getSpecVersion() - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
 
getSupportsLocalTx() - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Returns true if local transactions are supported.
getType() - Method in class com.mulesoft.adapter.ra.XIConnectionSpecImpl
 
getUserName() - Method in class com.mulesoft.adapter.ra.CCIConnectionMetaData
Returns the user name (might be a technical user only) which is connected to the external system.
getUserName() - Method in class com.mulesoft.adapter.ra.CCIConnectionRequestInfo
In contrast to ConnectionSpec no JCA requirements regarding property setter and getter methods are formulated for CciConnectionRequestInfo However, getters are used to retrieve the information in the ManagedConnectionFactory (ra implementation specific)
getUserName() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionMetaData
Returns the userName which is used in the related managed connection for the physical connection.
getUserName() - Method in class com.mulesoft.adapter.ra.XIConnectionSpecImpl
As recommended by JCA 1.0, each ConnectionSpec property must have an corresponding setter and getter method.
getWarnings() - Method in class com.mulesoft.adapter.ra.CCIInteraction
Returns list of warnings occured in this interaction.
getXAResource() - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Get the two-way JTA transaction if this kind of transaction is supported by the adapter.
getXIConnectionSpec() - Method in class com.mulesoft.adapter.ra.CCIConnectionFactory
Returns a specific CCI ConnectionSpec for NetWeaver XI (XI specific)
getXIInteractionSpec() - Method in class com.mulesoft.adapter.ra.CCIInteraction
Returns the NetWeaver XI specific InteractionSpec (XI specific)
getXIMessage() - Method in class com.mulesoft.adapter.ra.XIMessageRecordImpl
Return the associated XI message object (XI specific)
getXIRecordFactory() - Method in class com.mulesoft.adapter.ra.CCIConnectionFactory
Returns the NetWeaver XI record factory (NetWeaver specific)

H

handle(PIMessageParameters) - Method in interface com.mulesoft.adapter.module.OperationHandler
 
handle(PIMessageParameters) - Method in class com.mulesoft.adapter.module.salesforce.CreateOperationHandler
 
handle(PIMessageParameters) - Method in class com.mulesoft.adapter.module.salesforce.DeleteOperationHandler
 
handle(PIMessageParameters) - Method in class com.mulesoft.adapter.module.salesforce.QueryOperationHandler
 
handle(PIMessageParameters) - Method in class com.mulesoft.adapter.module.salesforce.UpsertOperationHandler
 
hashCode() - Method in class com.mulesoft.adapter.ra.CCIConnectionRequestInfo
A JCA 1.0 compliant CciConnectionRequestInfo must implement the hashCode() to allow the J2EE ConnectionManager a management of created connections.
hashCode() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
A JCA 1.0 compliant SpiManagedConnectionFactory must implement the hashCode() to allow the J2EE container a sensible connection pooling.

I

infoT(String, Category, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an info trace and log message.
infoT(String, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an info trace message.
infoT(String, Category, String, Object[]) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an info trace and log message.
infoT(String, String, Object[]) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an info trace message.
init() - Method in class com.mulesoft.adapter.module.salesforce.SObjectTypeFinder
cache type description
init(SPIManagedConnectionFactory) - Method in class com.mulesoft.adapter.ra.XIConfiguration
Initializes the inbound and outbound channel lists and takes care of the XI CPA callback registration.
interactionVerb - Variable in class com.mulesoft.adapter.ra.XIInteractionSpecImpl
 
invoke(Map<String, Object>) - Method in class com.mulesoft.adapter.module.AbstractOperationHandler
 
invoke(String, Map<String, Object>) - Method in class com.mulesoft.adapter.module.AbstractOperationHandler
 
IPILogger - Interface in com.mulesoft.adapter.helper
 
isApplicableTo(Throwable) - Method in class com.mulesoft.adapter.module.DefaultRetryPolicy
 
isDefined(String) - Static method in class com.mulesoft.adapter.helper.Channels
 
isEqual(String, String) - Static method in class com.mulesoft.adapter.ra.XISecurityUtilities
Compares two string with null consideration (ra implementation specific)
isPasswordCredentialEqual(PasswordCredential, PasswordCredential) - Static method in class com.mulesoft.adapter.ra.XISecurityUtilities
Compares two credentials with null consideration (ra implementation specific)
isRunning() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
Checks whether this mcf has a running inbound processing thread
isSuccess() - Method in class com.mulesoft.adapter.module.salesforce.SalesForceDeleteErrorMessage
 
isSuccess() - Method in class com.mulesoft.adapter.module.salesforce.SalesForceSaveErrorMessage
 
isSuccess() - Method in class com.mulesoft.adapter.module.salesforce.SalesForceUpsertErrorMessage
 
isValid() - Method in class com.mulesoft.adapter.ra.XIInteractionSpecImpl
Validates the current InteractionSpec instance (CCI JCA 1.0)

J

JNDI_NAME - Static variable in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
 

L

localizeString(String, Locale) - Method in class com.mulesoft.adapter.ra.XIConfiguration
The implementation of the LocalizationCallback allows the AAM to translate the channel and process status string at a later point in time into the locale of the browser that the user currently uses.
LOCATION - Static variable in class com.mulesoft.adapter.module.AbstractPIModule
 
location - Variable in class com.mulesoft.adapter.ra.XITrace
 

M

matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
This method is not a factory method but more a selection method: It selects the best-fitting managed connection contained in the connection set based on the subject (user, password) and connection information ( ConnectionRequestInfo).
MY_ADAPTER_ROOT - Static variable in class com.mulesoft.adapter.ra.XIAdapterCategories
 

O

onEvent(MuleMessage) - Method in class com.mulesoft.adapter.module.SubscriptionEventListener
 
OperationHandler - Interface in com.mulesoft.adapter.module
Abstracts operation handling.

P

parse(InputStream) - Static method in class com.mulesoft.adapter.helper.XML
 
parse(Document) - Static method in class com.mulesoft.adapter.module.salesforce.SObjects
 
Payload - Class in com.mulesoft.adapter.helper
 
Payload() - Constructor for class com.mulesoft.adapter.helper.Payload
 
PILogger - Class in com.mulesoft.adapter.helper
 
PILogger(Channel) - Constructor for class com.mulesoft.adapter.helper.PILogger
 
PILogger(Channel, Message) - Constructor for class com.mulesoft.adapter.helper.PILogger
 
PIMessageParameters - Class in com.mulesoft.adapter.module
container for request message content, logger and response message properties
PIMessageParameters(Document, String, String, IPILogger) - Constructor for class com.mulesoft.adapter.module.PIMessageParameters
 
PIModule - Interface in com.mulesoft.adapter.module
Abstracts PI module.
populateMessage(Message, byte[]) - Static method in class com.mulesoft.adapter.helper.Payload
Populate a message with provided XML payload.

Q

QueryOperationHandler - Class in com.mulesoft.adapter.module.salesforce
Provide support for `query` operation.
QueryOperationHandler(DynamicModule) - Constructor for class com.mulesoft.adapter.module.salesforce.QueryOperationHandler
 

R

register(OperationHandler) - Method in class com.mulesoft.adapter.module.AbstractPIModule
Register an OperationHandler with this PIModule.
removeCciConnection(CCIConnection) - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Removes a CCI connection which operates on this managed connection (ra implementation specific)
removeChannel(Channel) - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
 
removeConnectionEventListener(ConnectionEventListener) - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Remove a connection event listener (instantiated by the (J2EE server) container) from this managed connection.
removeConnectorListener(ConnectionEventListener) - Method in class com.mulesoft.adapter.ra.XIConnectionEventListenerManager
Remove a given ConnectionEventListener from the manager (ra implementation specific)
reportAuditStatus(AuditLogStatus, String, Object...) - Method in interface com.mulesoft.adapter.helper.IPILogger
 
reportAuditStatus(AuditLogStatus, String, Object...) - Method in class com.mulesoft.adapter.helper.PILogger
 
reportProcessingStatus(ProcessState, String, Object...) - Method in interface com.mulesoft.adapter.helper.IPILogger
 
reportProcessingStatus(ProcessState, String, Object...) - Method in class com.mulesoft.adapter.helper.PILogger
 
Results - Class in com.mulesoft.adapter.module.salesforce
Helper methods for *Result.
retrieveConfigurationElement(String, Channel) - Static method in class com.mulesoft.adapter.helper.Channels
 
retrieveConfigurationElementAsInt(String, Channel) - Static method in class com.mulesoft.adapter.helper.Channels
 
retrievePassword(Channel) - Static method in class com.mulesoft.adapter.helper.Channels
 
retrieveQualityOfService(Channel) - Static method in class com.mulesoft.adapter.helper.Channels
 
retrieveQueryResponseRootElementName(Channel) - Static method in class com.mulesoft.adapter.helper.Channels
 
retrieveQueueName(Channel) - Static method in class com.mulesoft.adapter.helper.Channels
 
retrieveResponseRootElementNamespace(Channel) - Static method in class com.mulesoft.adapter.helper.Channels
 
retrieveSecurityToken(Channel) - Static method in class com.mulesoft.adapter.helper.Channels
 
retrieveSubscriptionResponseRootElementName(Channel) - Static method in class com.mulesoft.adapter.helper.Channels
 
retrieveUsername(Channel) - Static method in class com.mulesoft.adapter.helper.Channels
 
retryOn(Throwable) - Method in class com.mulesoft.adapter.module.AbstractPIModule
 
retryOn(Throwable) - Method in interface com.mulesoft.adapter.module.PIModule
perform retry of delivery
retryOn(Throwable) - Method in class com.mulesoft.adapter.module.salesforce.SalesforcePIModule
 
rootTag(Document) - Static method in class com.mulesoft.adapter.helper.XML
e.g.
run() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
Simulates incoming messages in a separate thread.

S

SalesForceDeleteErrorMessage - Class in com.mulesoft.adapter.module.salesforce
This class translates a DeleteResult into a String that can be used as the error message of an Exception.
SalesForceDeleteErrorMessage(List<DeleteResult>) - Constructor for class com.mulesoft.adapter.module.salesforce.SalesForceDeleteErrorMessage
 
SalesforcePIModule - Class in com.mulesoft.adapter.module.salesforce
A concrete AbstractPIModule for Salesforce.
SalesforcePIModule(Channel) - Constructor for class com.mulesoft.adapter.module.salesforce.SalesforcePIModule
 
SalesForceSaveErrorMessage - Class in com.mulesoft.adapter.module.salesforce
This class translates a SaveResult into a String that can be used as the error message of an Exception.
SalesForceSaveErrorMessage(List<SaveResult>) - Constructor for class com.mulesoft.adapter.module.salesforce.SalesForceSaveErrorMessage
 
SalesForceUpsertErrorMessage - Class in com.mulesoft.adapter.module.salesforce
This class translates a UpsertResult into a String that can be used as the error message of an Exception.
SalesForceUpsertErrorMessage(List<UpsertResult>) - Constructor for class com.mulesoft.adapter.module.salesforce.SalesForceUpsertErrorMessage
 
SAPHttpTransport - Class in com.mulesoft.adapter.module.salesforce
A variant of Salesforce's HTTP transport optimized for running inside SAP
SAPHttpTransport() - Constructor for class com.mulesoft.adapter.module.salesforce.SAPHttpTransport
 
sendEvent(int, Exception) - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Sends a ConnectionEvent to all registered ConnectionEventListeners.
sendEvent(int, Exception, Object) - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Sends a ConnectionEvent to all registered ConnectionEventListeners.
sendEvent(int, Exception, Object) - Method in class com.mulesoft.adapter.ra.XIConnectionEventListenerManager
Sends a ConnectionEvent to all registered ConnectionEventListeners.
SERVER - Static variable in class com.mulesoft.adapter.ra.XIAdapterCategories
 
SERVER_HTTP - Static variable in class com.mulesoft.adapter.ra.XIAdapterCategories
 
SERVER_JCA - Static variable in class com.mulesoft.adapter.ra.XIAdapterCategories
 
SERVER_JNDI - Static variable in class com.mulesoft.adapter.ra.XIAdapterCategories
 
setAdapterName(String) - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
 
setAdapterNamespace(String) - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
Setter for the adapterNamespace for JCA ra configuration.
setAdapterShortDescription(String) - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
 
setAdapterType(String) - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
Setter for the adapterType for JCA ra configuration.
setAdapterVendorName(String) - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
 
setAdapterVersion(String) - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
The following setter methods are not required by JCA 1.0 but are added by the sample implementation as it is allowed by the JCA specification (ra implementation specific)
setAddressMode(String) - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
This class must be JavaBean compliant hence it offers setters for properties
setChannelId(String) - Method in class com.mulesoft.adapter.ra.XIConnectionSpecImpl
 
setDeliverySemantics(Message) - Method in class com.mulesoft.adapter.module.SubscriptionEventListener
 
setExecutionTimeout(Integer) - Method in class com.mulesoft.adapter.ra.XIInteractionSpecImpl
Sets maximum execution time for sync calls (CCI JCA 1.0)
setFunctionName(String) - Method in class com.mulesoft.adapter.ra.XIInteractionSpecImpl
Sets one of the XI AF defined function names (see constants) (CCI JCA 1.0)
setInteractionVerb(int) - Method in class com.mulesoft.adapter.ra.XIInteractionSpecImpl
Sets one of the CCI defined interaction verbs (see constants) (CCI JCA 1.0)
setLogWriter(PrintWriter) - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Sets the JCA J2EE logwriter PrintWriter object.
setLogWriter(PrintWriter) - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
Sets the JCA J2EE logwriter PrintWriter object.
setManagedConnectionFactory(SPIManagedConnectionFactory) - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Assignes this ManagedConnection to a (new) ManagedConnectionFactory (ra implementation specific)
setPassword(String) - Method in class com.mulesoft.adapter.ra.XIConnectionSpecImpl
 
setPiMessage(Message) - Method in interface com.mulesoft.adapter.helper.IPILogger
 
setPiMessage(Message) - Method in class com.mulesoft.adapter.helper.PILogger
 
setRecordName(String) - Method in class com.mulesoft.adapter.ra.XIMessageRecordImpl
Sets the record name.
setRecordShortDescription(String) - Method in class com.mulesoft.adapter.ra.XIMessageRecordImpl
Gets the record description.
setReference(Reference) - Method in class com.mulesoft.adapter.ra.CCIConnectionFactory
ConnectionFactory implementing classes must also implement the Referenceable interface (see pg.
setSpecVersion(String) - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
 
setSupportsLocalTx(boolean) - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Switches on the support of local transactions.
setType(String) - Method in class com.mulesoft.adapter.ra.XIConnectionSpecImpl
 
setUserName(String) - Method in class com.mulesoft.adapter.ra.XIConnectionSpecImpl
 
setXIMessage(Message) - Method in class com.mulesoft.adapter.ra.XIMessageRecordImpl
Associate a new XI message object with this record (XI specific)
SEVERITY_ALL - Static variable in class com.mulesoft.adapter.ra.XITrace
 
SEVERITY_DEBUG - Static variable in class com.mulesoft.adapter.ra.XITrace
 
SEVERITY_ERROR - Static variable in class com.mulesoft.adapter.ra.XITrace
 
SEVERITY_FATAL - Static variable in class com.mulesoft.adapter.ra.XITrace
 
SEVERITY_GROUP - Static variable in class com.mulesoft.adapter.ra.XITrace
 
SEVERITY_INFO - Static variable in class com.mulesoft.adapter.ra.XITrace
 
SEVERITY_MAX - Static variable in class com.mulesoft.adapter.ra.XITrace
 
SEVERITY_MIN - Static variable in class com.mulesoft.adapter.ra.XITrace
 
SEVERITY_NONE - Static variable in class com.mulesoft.adapter.ra.XITrace
 
SEVERITY_PATH - Static variable in class com.mulesoft.adapter.ra.XITrace
 
SEVERITY_WARNING - Static variable in class com.mulesoft.adapter.ra.XITrace
 
SObjects - Class in com.mulesoft.adapter.module.salesforce
 
SObjectTypeFinder - Class in com.mulesoft.adapter.module.salesforce
Helper used to cache describe-operation results
SObjectTypeFinder(String, DynamicModule) - Constructor for class com.mulesoft.adapter.module.salesforce.SObjectTypeFinder
 
SPIConnectionManager - Class in com.mulesoft.adapter.ra
The default ConnectionManager implementation for the non-managed scenario (two-tier approach, non-J2EE approach).
SPIConnectionManager() - Constructor for class com.mulesoft.adapter.ra.SPIConnectionManager
 
SPIManagedConnection - Class in com.mulesoft.adapter.ra
A SpiManagedConnection represents a physical, managed connection from the resource adapter to the connected external system.
SPIManagedConnectionFactory - Class in com.mulesoft.adapter.ra
An object of the class SpiManagedConnectionFactory (MCF) is a factory of both, ManagedConnection and CciConnectionFactory instances.
SPIManagedConnectionFactory() - Constructor for class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
The JCA specification requires a default constructor since this class must be Java Bean compliant and is propagated from this class to them.
SPIManagedConnectionMetaData - Class in com.mulesoft.adapter.ra
SpiManagedConnectionMetaData returns descriptive and configuration information related to a given managed connection as specified by the JCA 1.0 ManagedConnectionMetaData interface.
SPIManagedConnectionMetaData(SPIManagedConnection) - Constructor for class com.mulesoft.adapter.ra.SPIManagedConnectionMetaData
Constructs the managed connection meta data object.
start() - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Propagates the start request to the mcf (ra implementation specific)
start() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
The start() is called by the J2EE JCA container when the JCA adapter is started via the J2EE admin console (e.g.
startMCF() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
Starts the inbound processing (ra implementation specific)
stop() - Method in class com.mulesoft.adapter.ra.SPIManagedConnection
Propagates the stop request to the mcf (ra implementation specific)
stop() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
The stop() is called by the J2EE JCA container when the JCA adapter is stopped via the J2EE admin console (e.g.
stop() - Method in class com.mulesoft.adapter.ra.XIConfiguration
Stops the automatic configuration update via CPA callback Remove the registration for PartyChangeCallBackHandlers, if any
stopMCF() - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
Stops the inbound processing (ra implementation specific)
stripNamespaceIfNecessary(String) - Static method in class com.mulesoft.adapter.helper.XML
Strip namespace of a tag if any.
subscribe(String, Map<String, Object>, XIMessageFactoryImpl) - Method in class com.mulesoft.adapter.module.AbstractPIModule
Subscribe to a named Module.Source associated to specified Channel.
subscribe(XIMessageFactoryImpl, IPILogger) - Method in class com.mulesoft.adapter.module.salesforce.SalesforcePIModule
Subscribe to SalesforcePIModule.SUBSCRIBE_TOPIC_NAME.
SubscriptionEventListener - Class in com.mulesoft.adapter.module
 
SubscriptionEventListener(XIMessageFactoryImpl, Channel, ModuleProcessor) - Constructor for class com.mulesoft.adapter.module.SubscriptionEventListener
 
supportsExecuteWithInputAndOutputRecord() - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
The sample ra supports interAction.execute(in, out) (CCI JCA 1.0)
supportsExecuteWithInputRecordOnly() - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
The sample ra supports out = interAction.execute(in) (CCI JCA 1.0)
supportsLocalTransactionDemarcation() - Method in class com.mulesoft.adapter.ra.CCIResourceAdapterMetaData
The sample ra supports currently no local transactions (CCI JCA 1.0)

T

textNodes(Document) - Static method in class com.mulesoft.adapter.helper.XML
 
throwIfDeleteNotSuccessful(List<DeleteResult>) - Static method in class com.mulesoft.adapter.module.salesforce.Results
 
throwIfNotSuccessful(BatchResult) - Static method in class com.mulesoft.adapter.module.salesforce.Bulks
Throws a ResourceException if specified BatchResult contains Error.
throwIfSaveNotSuccessful(List<SaveResult>) - Static method in class com.mulesoft.adapter.module.salesforce.Results
 
throwIfUpsertNotSuccessful(List<UpsertResult>) - Static method in class com.mulesoft.adapter.module.salesforce.Results
 
throwing(String, Throwable) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a trace entry that the specified throwable is about to be thrown.
TopicListnenerLocking - Class in com.mulesoft.adapter.helper
Access class to Web AS Logical locking functions
TopicListnenerLocking(Channel) - Constructor for class com.mulesoft.adapter.helper.TopicListnenerLocking
 
toString() - Method in class com.mulesoft.adapter.ra.XITrace
 
tracing - Static variable in class com.mulesoft.adapter.ra.XITrace
 
TransportConfigurator - Class in com.mulesoft.adapter.module.salesforce
 
TransportConfigurator() - Constructor for class com.mulesoft.adapter.module.salesforce.TransportConfigurator
 

U

unlock() - Method in class com.mulesoft.adapter.helper.TopicListnenerLocking
 
unsubscribe(String) - Method in class com.mulesoft.adapter.module.AbstractPIModule
Unsubscribe from a named Module.Source.
unsubscribe(IPILogger) - Method in class com.mulesoft.adapter.module.salesforce.SalesforcePIModule
Unsubscribe from SalesforcePIModule.SUBSCRIBE_TOPIC_NAME.
updateChannels(List<ChannelOperationTuple>) - Method in class com.mulesoft.adapter.ra.SPIManagedConnectionFactory
 
upsert(String, String, List<Map<String, Object>>, IPILogger) - Method in class com.mulesoft.adapter.module.salesforce.UpsertOperationHandler
 
upsertBulk(String, String, List<Map<String, String>>, IPILogger) - Method in class com.mulesoft.adapter.module.salesforce.UpsertOperationHandler
 
UpsertOperationHandler - Class in com.mulesoft.adapter.module.salesforce
Provide support for `upsert` operation.
UpsertOperationHandler(DynamicModule) - Constructor for class com.mulesoft.adapter.module.salesforce.UpsertOperationHandler
 

V

valueOf(String) - Static method in enum com.mulesoft.adapter.ra.ChannelOperationTuple.Operation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mulesoft.adapter.ra.ChannelOperationTuple.Operation
Returns an array containing the constants of this enum type, in the order they are declared.

W

warningT(String, Category, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes an warning trace and log message.
warningT(String, String) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a warning trace message.
warningT(String, Category, String, Object[]) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a warning trace and log message.
warningT(String, String, Object[]) - Method in class com.mulesoft.adapter.ra.XITrace
Writes a warning trace message.

X

XIAdapterCategories - Class in com.mulesoft.adapter.ra
As illustrated in the trace sample, a XI AF resource adapter should define its own hierachical subcategories and plug them into the structure at the root for the 3rd party adapter (ra implementation specific)
XIAdapterCategories() - Constructor for class com.mulesoft.adapter.ra.XIAdapterCategories
 
XIConfiguration - Class in com.mulesoft.adapter.ra
Type: XIConfiguration Semantic: XIConfiguration manages all the XI channel information.
XIConfiguration() - Constructor for class com.mulesoft.adapter.ra.XIConfiguration
Creates a XI configuration object.
XIConfiguration(String, String) - Constructor for class com.mulesoft.adapter.ra.XIConfiguration
Creates a XI configuration object.
XIConnectionEventListenerManager - Class in com.mulesoft.adapter.ra
JCA provides an event callback mechanism that enables a J2EE application server to receive notifications from a ManagedConnection instance.
XIConnectionEventListenerManager(ManagedConnection) - Constructor for class com.mulesoft.adapter.ra.XIConnectionEventListenerManager
Creates a event listener manager for one particular ManagedConenction.
XIConnectionSpecImpl - Class in com.mulesoft.adapter.ra
CciConnectionSpec allows to pass connection selection parameters from the XI AF to the resource adapter when a connection must be allocated.
XIConnectionSpecImpl(String, String, String, String) - Constructor for class com.mulesoft.adapter.ra.XIConnectionSpecImpl
Creates a new CCI connectionSpec and fills all its properties (ra implementation specific)
XIConnectionSpecImpl() - Constructor for class com.mulesoft.adapter.ra.XIConnectionSpecImpl
Creates an empty new CCI connectionSpec (ra implementation specific)
XIInteractionSpecImpl - Class in com.mulesoft.adapter.ra
CciInteractionSpec defines the XI 3.0 AF interaction specification.
XIInteractionSpecImpl() - Constructor for class com.mulesoft.adapter.ra.XIInteractionSpecImpl
 
XILocalizationUtilities - Class in com.mulesoft.adapter.ra
An utility class providing a localization callback for the Sample Adapter's channel monitoring information.
XIMessageFactoryImpl - Class in com.mulesoft.adapter.ra
The XiMessageFactory allows to create an XI AF message via the XI AF message factory.
XIMessageFactoryImpl(String, String) - Constructor for class com.mulesoft.adapter.ra.XIMessageFactoryImpl
Creates a XI AF compliant message factory.
XIMessageRecordImpl - Class in com.mulesoft.adapter.ra
The XIMessageRecordImpl implements a CCI custom record that contains a XI message object
XIMessageRecordImpl(Party, Party, Service, Service, Action) - Constructor for class com.mulesoft.adapter.ra.XIMessageRecordImpl
Creates a new empty message record with only party, service, action and the message id header fields set.
XIMessageRecordImpl(Party, Party, Service, Service, Action, String) - Constructor for class com.mulesoft.adapter.ra.XIMessageRecordImpl
Creates a new empty message record with only party, service, action and the message id header fields set.
XIMessageRecordImpl(Message) - Constructor for class com.mulesoft.adapter.ra.XIMessageRecordImpl
Create a new CCI message record but store an existing reference to XI AF message for delegation.
XISecurityUtilities - Class in com.mulesoft.adapter.ra
This ultility class is used to map subject data to PasswordCredential objects.
XISecurityUtilities() - Constructor for class com.mulesoft.adapter.ra.XISecurityUtilities
 
XITrace - Class in com.mulesoft.adapter.ra
Basic XITrace wrapper class for the new AdapterFramework, which will make the usage of SAP J2EE standard logging and tracing more convenient and consistent throughout the sample adapter.
XITrace(String) - Constructor for class com.mulesoft.adapter.ra.XITrace
Constructor for trace utility class
XML - Class in com.mulesoft.adapter.helper
Helper methods for XML document.

A B C D E F G H I J L M O P Q R S T U V W X

Copyright © 2012. All Rights Reserved.