- AbstractDBConfigParameter - Class in org.adroitlogic.x.feature.db.models
-
This is the superclass for all the parameter models.
- AbstractDBConfigParameter() - Constructor for class org.adroitlogic.x.feature.db.models.AbstractDBConfigParameter
-
- addAttributeToElements(XMessage, String, String, String, String, Map<String, String>) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Add an attribute to one or more elements selected by an XPath expression
e.g.
- addAttributeToElements(XMessage, String, String, String, String, Map<String, String>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- addElementsAsChild(XMessage, String, String, String, Map<String, String>) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Inserts Element as a child to the specified elements pointed by an xpath expression
- addElementsAsChild(XMessage, String, String, String, Map<String, String>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- addError(int, String, String, Exception) - Method in class org.adroitlogic.x.feature.as2.api.ParseResult
-
- addErrorInfo(ErrorInfo) - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- addHeader(String, String) - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- addTextElementsAsChild(XMessage, String, String, String, String, Map<String, String>) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Inserts Text Element as a child to the specified elements pointed by an xpath expression
- addTextElementsAsChild(XMessage, String, String, String, String, Map<String, String>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- addWarning(int, String, Exception) - Method in class org.adroitlogic.x.feature.as2.api.ParseResult
-
- afterPropertiesSet() - Method in class org.adroitlogic.x.feature.as2.util.KeystoreManager
-
- ALLOWED_TO_READ - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- AS2_1_1 - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- AS2_FROM - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- AS2_IDENTIFIER - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants.Partner
-
- AS2_MESSAGE_DEFAULT_SUBJECT - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- AS2_MESSAGE_ID - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- AS2_MESSAGE_SUBJECT - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants
-
- AS2_PERSISTENCE_ERROR - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants.ErrorCodes
-
- AS2_PROCESSING_ERROR - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants.ErrorCodes
-
- AS2_STATION - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants
-
- AS2_TO - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- AS2_VERSION - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- AS2Constants - Class in org.adroitlogic.x.feature.as2.constant
-
- AS2Constants.ErrorCodes - Class in org.adroitlogic.x.feature.as2.constant
-
- AS2Constants.FileConstants - Class in org.adroitlogic.x.feature.as2.constant
-
- AS2Constants.HttpConstants - Class in org.adroitlogic.x.feature.as2.constant
-
- AS2Constants.HttpConstants.MessageProperties - Class in org.adroitlogic.x.feature.as2.constant
-
- AS2Constants.Partner - Class in org.adroitlogic.x.feature.as2.constant
-
- AS2Constants.Product - Class in org.adroitlogic.x.feature.as2.constant
-
- AS2Constants.Station - Class in org.adroitlogic.x.feature.as2.constant
-
- AS2Feature - Interface in org.adroitlogic.x.feature.as2.api
-
This feature API provides features related to AS2 Message processing
- AS2FeatureImpl - Class in org.adroitlogic.x.feature.as2.impl
-
- AS2FeatureImpl() - Constructor for class org.adroitlogic.x.feature.as2.impl.AS2FeatureImpl
-
- AS2GatewayConfiguration - Class in org.adroitlogic.x.feature.as2.config
-
- AS2GatewayConfiguration() - Constructor for class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- AS2GatewayRepository - Interface in org.adroitlogic.x.feature.as2.api
-
This API is used to maintain the AS2 related data bean structure
- AS2Internal - Class in org.adroitlogic.x.feature.as2.constant
-
- AS2Partner - Class in org.adroitlogic.x.feature.as2.bean
-
- AS2Partner(String, String, String, boolean, String, String, boolean, String, boolean, boolean, boolean, boolean, boolean, String, String) - Constructor for class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- AS2Partner(String) - Constructor for class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- AS2Registry - Interface in org.adroitlogic.x.feature.as2.api
-
This API should be used to implement a data extraction methodology to retrieve AS2 Station and AS2 Partner data
eg: from database or xml configuration
- AS2StaticGatewayRepository - Class in org.adroitlogic.x.feature.as2.bean
-
- AS2StaticGatewayRepository() - Constructor for class org.adroitlogic.x.feature.as2.bean.AS2StaticGatewayRepository
-
- AS2StaticStationRepository - Class in org.adroitlogic.x.feature.as2.bean
-
- AS2StaticStationRepository() - Constructor for class org.adroitlogic.x.feature.as2.bean.AS2StaticStationRepository
-
- AS2Station - Class in org.adroitlogic.x.feature.as2.bean
-
- AS2Station(String, String, String, String, String, String, String, String, String, String) - Constructor for class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- AS2Station(String) - Constructor for class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- AS2StationRepository - Interface in org.adroitlogic.x.feature.as2.api
-
- AS2Util - Class in org.adroitlogic.x.feature.as2.util
-
- AS2WrapperForHttp - Class in org.adroitlogic.x.feature.as2.util
-
This is a helper class which will return an InputStream with the transport headers and the body separated by the
standard \r\n.
- AS2WrapperForHttp(Map<String, String>, InputStream) - Constructor for class org.adroitlogic.x.feature.as2.util.AS2WrapperForHttp
-
- ASYNC_MDN_DESTINATION_URL - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants
-
- ASYNC_MDN_EP_NAME - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants
-
- ASYNC_MDN_MESSAGE_PROPERTY - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants
-
- ASYNC_RECEIPT_URL - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants.Partner
-
- AsyncMDNInfo - Class in org.adroitlogic.x.feature.as2.api
-
Holds information about a received async MDN
- AsyncMDNInfo(UUID) - Constructor for class org.adroitlogic.x.feature.as2.api.AsyncMDNInfo
-
- AttachmentDetails - Class in org.adroitlogic.x.feature.as2.api
-
Holds an AS2 attachment / payload which maybe either in a String, or on a file
- AttachmentDetails(XMessageFileEntity, String) - Constructor for class org.adroitlogic.x.feature.as2.api.AttachmentDetails
-
Create a new AttachmentDetails object for the given filename, content type and transfer encoding
- AttachmentDetails(String, String) - Constructor for class org.adroitlogic.x.feature.as2.api.AttachmentDetails
-
Create a new AttachmentDetails object for the given filename, content type and transfer encoding
- AttachmentDetails(String) - Constructor for class org.adroitlogic.x.feature.as2.api.AttachmentDetails
-
Create a new AttachmentDetails object for a String
- AuditFeature - Interface in org.adroitlogic.x.feature.audit.api
-
This feature API provides features related to Audit Logs
- AuditFeature.AuditData - Enum in org.adroitlogic.x.feature.audit.api
-
Enumeration which represents requested audit data
- AuditFeature.AuditFields - Class in org.adroitlogic.x.feature.audit.api
-
Audit Fields
- AuditFeature.AuditSeverity - Enum in org.adroitlogic.x.feature.audit.api
-
Enumeration which represents the severity of the audit log
- AuditFeatureImpl - Class in org.adroitlogic.x.feature.audit.impl
-
- AuditFeatureImpl() - Constructor for class org.adroitlogic.x.feature.audit.impl.AuditFeatureImpl
-
- AuditFields() - Constructor for class org.adroitlogic.x.feature.audit.api.AuditFeature.AuditFields
-
- AuditLog - Class in org.adroitlogic.x.feature.audit.impl
-
Model class for audit logs with a fixed structure.
- auditLogToDatabase(AuditFeature.AuditSeverity, Set<String>, XMessageContext, String, String, DataSource, String) - Method in interface org.adroitlogic.x.feature.audit.api.AuditFeature
-
Inserts audit logs to the given database table.
- auditLogToDatabase(DatabaseAuditTemplate, XMessageContext, DataSource, String) - Method in interface org.adroitlogic.x.feature.audit.api.AuditFeature
-
Inserts audit logs to the given database table with a schema represented by databaseAuditTemplate
.
- auditLogToDatabase(AuditFeature.AuditSeverity, Set<String>, XMessageContext, String, String, DataSource, String) - Method in class org.adroitlogic.x.feature.audit.impl.AuditFeatureImpl
-
- auditLogToDatabase(DatabaseAuditTemplate, XMessageContext, DataSource, String) - Method in class org.adroitlogic.x.feature.audit.impl.AuditFeatureImpl
-
- auditLogToDatabaseAsync(AuditFeature.AuditSeverity, Set<String>, XMessageContext, String, String, DataSource, String) - Method in interface org.adroitlogic.x.feature.audit.api.AuditFeature
-
Async operation for inserting audit logs to the given database table.
- auditLogToDatabaseAsync(DatabaseAuditTemplate, XMessageContext, DataSource, String) - Method in interface org.adroitlogic.x.feature.audit.api.AuditFeature
-
Async operation for inserting audit logs to the given database table with a schema represented by
databaseAuditTemplate
.
- auditLogToDatabaseAsync(AuditFeature.AuditSeverity, Set<String>, XMessageContext, String, String, DataSource, String) - Method in class org.adroitlogic.x.feature.audit.impl.AuditFeatureImpl
-
- auditLogToDatabaseAsync(DatabaseAuditTemplate, XMessageContext, DataSource, String) - Method in class org.adroitlogic.x.feature.audit.impl.AuditFeatureImpl
-
- auditLogToFile(AuditFeature.AuditSeverity, Set<String>, XMessageContext, String, String) - Method in interface org.adroitlogic.x.feature.audit.api.AuditFeature
-
Prints audit log to file with the following fixed structure.
- auditLogToFile(FileAuditTemplate, XMessageContext) - Method in interface org.adroitlogic.x.feature.audit.api.AuditFeature
-
Prints audit log to file according to the custom structure represented by fileAuditTemplate
.
- auditLogToFile(AuditFeature.AuditSeverity, Set<String>, XMessageContext, String, String) - Method in class org.adroitlogic.x.feature.audit.impl.AuditFeatureImpl
-
- auditLogToFile(FileAuditTemplate, XMessageContext) - Method in class org.adroitlogic.x.feature.audit.impl.AuditFeatureImpl
-
- AUTHENTICATION_FAILED - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants.ErrorCodes
-
- AUTHENTICATION_FAILED - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- AUTOMATIC_ACTION_MDN_SENT_AUTOMATICALLY - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- ENCRYPT_MESSAGE - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants.Partner
-
- EncryptionInfo - Class in org.adroitlogic.x.feature.as2.api
-
Defines the encryption behavior whether to encrypt or not and if encrypt then the encryption algorithm to be used by
AS2 SMIME message sending and processing
- EncryptionInfo() - Constructor for class org.adroitlogic.x.feature.as2.api.EncryptionInfo
-
- EncryptionInfo(EncryptionInfo.Algorithm) - Constructor for class org.adroitlogic.x.feature.as2.api.EncryptionInfo
-
- EncryptionInfo(String) - Constructor for class org.adroitlogic.x.feature.as2.api.EncryptionInfo
-
- EncryptionInfo.Algorithm - Enum in org.adroitlogic.x.feature.as2.api
-
Defines the constants for the supported encryption algorithms to be used by AS2 SMIME message sending
and processing
- equals(Object) - Method in class org.adroitlogic.x.feature.as2.util.KeystoreManager.IssuerSerial
-
- equals(Object) - Method in class org.adroitlogic.x.feature.filestore.impl.MessageFileFormat
-
Overriding equals to to ensure that any MessageFileFormat
instances that are created for the same underlying file
should be considered as the same object
- ERROR - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- error(SAXParseException) - Method in class org.adroitlogic.x.feature.xml.impl.ValidationErrorHandler
-
- ERROR_COMPUTING_MIC - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants.ErrorCodes
-
- ERROR_READING_PAYLOAD - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants.ErrorCodes
-
The error code indicating an IO error reading payload
- ErrorCode - Enum in org.adroitlogic.x.feature.as2.api
-
This enum provides a mapping for the error description for the respective error codes
- ErrorCode.ErrorType - Enum in org.adroitlogic.x.feature.as2.api
-
- ErrorCodes() - Constructor for class org.adroitlogic.x.feature.as2.constant.AS2Constants.ErrorCodes
-
- ErrorInfo - Class in org.adroitlogic.x.feature.as2.api
-
A simple bean to hold error information encountered by a message
- ErrorInfo(int, String, Exception) - Constructor for class org.adroitlogic.x.feature.as2.api.ErrorInfo
-
- ErrorInfo(int, String) - Constructor for class org.adroitlogic.x.feature.as2.api.ErrorInfo
-
- ErrorInfo(int, Exception) - Constructor for class org.adroitlogic.x.feature.as2.api.ErrorInfo
-
- ErrorInfo(Exception) - Constructor for class org.adroitlogic.x.feature.as2.api.ErrorInfo
-
- extractAsNodeListUsingXPath(XMessage, String, Map<String, String>) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Evaluate the given XPath expression against the XML payload, and return result as a NodeList
This method converts the current payload into a DOMMessage
- extractAsNodeListUsingXPath(Node, String, Map<String, String>) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Evaluate the given XPath expression against the DOM node, and return result as a NodeList
- extractAsNodeListUsingXPath(XMessage, String, Map<String, String>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- extractAsNodeListUsingXPath(Node, String, Map<String, String>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- extractAsStringUsingXPath(XMessage, String, Map<String, String>) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Evaluate the given XPath expression against the XML payload, and return result as a String
This method converts the current payload into a DOMMessage
- extractAsStringUsingXPath(String, String, Map<String, String>) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Evaluate the given XPath expression against the XML payload contained in a String, and return result as a String.
- extractAsStringUsingXPath(Node, String, Map<String, String>) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Evaluate the given XPath expression against the DOM node, and return result as a String
- extractAsStringUsingXPath(XMessage, String, Map<String, String>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- extractAsStringUsingXPath(String, String, Map<String, String>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- extractAsStringUsingXPath(Node, String, Map<String, String>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- getAbsolutePath() - Method in interface org.adroitlogic.x.feature.filestore.api.XMessageFileEntity
-
Gets the absolute path of the file system of the
XMessageFile
's underlying file
- getAbsolutePath() - Method in class org.adroitlogic.x.feature.filestore.impl.MessageFileEntity
-
- getAlgorithm() - Method in class org.adroitlogic.x.feature.as2.api.EncryptionInfo
-
- getAllFields() - Method in class org.adroitlogic.x.feature.audit.impl.DatabaseAuditTemplate
-
- getAs2Identifier() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- getAs2Identifier() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- getAs2StaticGatewayRepository() - Method in class org.adroitlogic.x.feature.as2.extractor.BeanRegistry
-
- getAs2StaticStationRepository() - Method in class org.adroitlogic.x.feature.as2.extractor.BeanRegistry
-
- getAsyncMDNResponseHeaders() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getAsyncMDNResponsePayload() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getAsyncReceiptURL() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getAsyncReceiptURL() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getAsyncUrl() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- getAsyncUrl() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getAttachments() - Method in class org.adroitlogic.x.feature.as2.api.ParseResult
-
- getAttachments() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getAttribute(XMessage, String, Map<String, String>) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Get attribute value
e.g.
- getAttribute(XMessage, String, Map<String, String>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- getAuditMessage() - Method in class org.adroitlogic.x.feature.audit.impl.AuditLog
-
- getAuditSeverity() - Method in class org.adroitlogic.x.feature.audit.impl.AuditLog
-
- getAuditSubject() - Method in class org.adroitlogic.x.feature.audit.impl.AuditLog
-
- getCaseInsensitiveHeader(String, Map<String, String>) - Static method in class org.adroitlogic.x.feature.as2.util.AS2Util
-
- getCertAlias() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- getCertificatesByIssuerSerial(String, BigInteger) - Method in class org.adroitlogic.x.feature.as2.util.KeystoreManager
-
- getCertsForSignature() - Method in class org.adroitlogic.x.feature.as2.util.KeystoreManager
-
create a CertStore containing the certificates we want carried in a signature
- getClassName() - Method in class org.adroitlogic.x.feature.db.models.DBConfigHeaderParameter
-
- getClassName() - Method in class org.adroitlogic.x.feature.db.models.DBConfigVariableParameter
-
- getClusterLock(String) - Method in interface org.adroitlogic.x.feature.clustering.api.ClusteringFeature
-
Returns a distributed lock unique to the given path.
- getClusterLock(String) - Method in class org.adroitlogic.x.feature.clustering.impl.ClusteringFeatureImpl
-
- getCodedMessage() - Method in class org.adroitlogic.x.feature.as2.api.FailureInfo
-
- getColumnName() - Method in class org.adroitlogic.x.feature.audit.impl.TemplateEntry
-
- getColumnNames() - Method in class org.adroitlogic.x.feature.audit.impl.DatabaseAuditTemplate
-
- getCommandSpace() - Method in interface org.adroitlogic.x.feature.clustering.api.ClusteringFeature
-
Name of the command space to which this cluster manager is listening to.
- getCommandSpace() - Method in class org.adroitlogic.x.feature.clustering.impl.ClusteringFeatureImpl
-
- getCompressAfter() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getCompressBefore() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getContentTransferEncoding() - Method in class org.adroitlogic.x.feature.as2.api.AttachmentDetails
-
The content transfer encoding of the attachment
- getContentType() - Method in class org.adroitlogic.x.feature.as2.api.AttachmentDetails
-
The content type of the attachment
- getCreatedTime() - Method in class org.adroitlogic.x.feature.filestore.impl.UsageEntry
-
- getCreateTimeMillis() - Method in class org.adroitlogic.x.feature.filestore.impl.UsageEntry
-
- getDatasourceId() - Method in class org.adroitlogic.x.feature.db.config.DatasourceWithTransactionManagerConfiguration
-
- getDigestAlgorithm() - Method in class org.adroitlogic.x.feature.as2.api.SignatureInfo
-
- getDisposition() - Method in class org.adroitlogic.x.feature.as2.api.MDNInfo
-
- getDomain() - Method in interface org.adroitlogic.x.feature.clustering.api.ClusteringFeature
-
Domain of this node.
- getDomain() - Method in class org.adroitlogic.x.feature.clustering.impl.ClusteringFeatureImpl
-
- getDriverClass() - Method in class org.adroitlogic.x.feature.db.config.DatasourceConfiguration
-
- getDriverClass() - Method in class org.adroitlogic.x.feature.db.config.DatasourceWithTransactionManagerConfiguration
-
- getDriverClassName() - Method in interface org.adroitlogic.x.feature.db.api.SQLQueryPreprocessor
-
- getDriverClassName() - Method in class org.adroitlogic.x.feature.db.impl.processors.OracleQueryPreProcessor
-
- getEmail() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- getEmailId() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getEncryptAlgo() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- getEncryptAlgo() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getEncryptionAlgorithm() - Method in class org.adroitlogic.x.feature.as2.api.SignatureInfo
-
- getEncryptionAlgorithm(EncryptionInfo) - Static method in class org.adroitlogic.x.feature.as2.util.AS2Util
-
- getEncryptionInfo() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getEncryptionInfo() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- getEncryptMessage() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getEntry(XMessageFile, UUID, LeakDetectionLevel) - Static method in class org.adroitlogic.x.feature.filestore.impl.UsageEntryFactory
-
- getErrorCode() - Method in class org.adroitlogic.x.feature.as2.api.ErrorInfo
-
- getErrorCode() - Method in class org.adroitlogic.x.feature.as2.api.FailureInfo
-
- getErrorInfo() - Method in class org.adroitlogic.x.feature.as2.api.MDNInfo
-
- getErrorInfo() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getErrorInfoList() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getErrors() - Method in class org.adroitlogic.x.feature.as2.api.ParseResult
-
- getErrors() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getException() - Method in class org.adroitlogic.x.feature.as2.api.ErrorInfo
-
- getException() - Method in class org.adroitlogic.x.feature.as2.api.FailureInfo
-
- getFile() - Method in class org.adroitlogic.x.feature.filestore.impl.UsageEntry
-
- getFileEntity(UUID) - Method in class org.adroitlogic.x.feature.filestore.impl.FileStoreFeatureImpl
-
Deprecated.
- getFileName() - Method in class org.adroitlogic.x.feature.as2.api.AttachmentDetails
-
The name of the file holding the attachment or null
- getFileName() - Method in interface org.adroitlogic.x.feature.filestore.api.XMessageFileEntity
-
Gets the name of the underlying XMessageFile
- getFileName() - Method in class org.adroitlogic.x.feature.filestore.impl.MessageFileEntity
-
- getFileName() - Method in class org.adroitlogic.x.feature.filestore.impl.UsageEntry
-
- getFilePath() - Method in class org.adroitlogic.x.feature.filestore.impl.UsageEntry
-
- getFileStoreFeature() - Method in interface org.adroitlogic.x.feature.filestore.api.XMessageFileEntity
-
Gets the
FileStoreFeature
instance which is originally
created the MessageFileEntity
- getFileStoreFeature() - Method in class org.adroitlogic.x.feature.filestore.impl.MessageFileEntity
-
- getFrom() - Method in class org.adroitlogic.x.feature.as2.api.MDNInfo
-
- getFrom() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getFrom() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getFrom() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getGatewayResource() - Method in interface org.adroitlogic.x.feature.as2.api.AS2Registry
-
- getGatewayResource() - Method in class org.adroitlogic.x.feature.as2.extractor.BeanRegistry
-
- getHeaderName() - Method in class org.adroitlogic.x.feature.db.models.DBConfigHeaderParameter
-
- getHeaders() - Method in class org.adroitlogic.x.feature.as2.api.CreationResult
-
Get message headers
- getHeaders() - Method in class org.adroitlogic.x.feature.audit.impl.AuditLog
-
- getHumanMessage() - Method in class org.adroitlogic.x.feature.as2.api.FailureInfo
-
- getId() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getId() - Method in class org.adroitlogic.x.feature.db.config.DatasourceConfiguration
-
- getIdentityCertificate() - Method in class org.adroitlogic.x.feature.as2.util.KeystoreManager
-
- getIdentityPrivateKey() - Method in class org.adroitlogic.x.feature.as2.util.KeystoreManager
-
- getIndex() - Method in enum org.adroitlogic.x.feature.audit.api.AuditFeature.AuditSeverity
-
- getIndex() - Method in class org.adroitlogic.x.feature.audit.impl.TemplateEntry
-
- getInitialSize() - Method in class org.adroitlogic.x.feature.db.config.DatasourceConfiguration
-
- getInitialSize() - Method in class org.adroitlogic.x.feature.db.config.DatasourceWithTransactionManagerConfiguration
-
- getInputStream() - Method in class org.adroitlogic.x.feature.as2.util.AS2WrapperForHttp
-
- getInputStream() - Method in interface org.adroitlogic.x.feature.filestore.api.XMessageFileEntity
-
Gets a new
FileInputStream
to the underlying
MessageFile
's
file each invocation to this method.
- getInputStream() - Method in class org.adroitlogic.x.feature.filestore.impl.MessageFileEntity
-
- getInstance() - Static method in class org.adroitlogic.x.feature.as2.message.SMIMEMessageCreator
-
- getInstance() - Static method in class org.adroitlogic.x.feature.as2.message.SMIMEMessageParser
-
- getIssuerName() - Method in class org.adroitlogic.x.feature.as2.util.KeystoreManager.IssuerSerial
-
- getKeyAlias() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- getKeyAlias() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getKeyPassword() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- getKeyPassword() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getKeystorePassword() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- getKeystorePassword() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getKeystorePath() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- getKeystorePath() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getKeystoreType() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- getKeystoreType() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getLeakCheckDelay() - Method in class org.adroitlogic.x.feature.filestore.impl.FileLeakDetectionConfig
-
- getLeakSuspicionDelay() - Method in class org.adroitlogic.x.feature.filestore.impl.FileLeakDetectionConfig
-
- getLevel() - Method in class org.adroitlogic.x.feature.filestore.impl.FileLeakDetectionConfig
-
- getMaxTotal() - Method in class org.adroitlogic.x.feature.db.config.DatasourceConfiguration
-
- getMaxTotal() - Method in class org.adroitlogic.x.feature.db.config.DatasourceWithTransactionManagerConfiguration
-
- getMDNmessageID() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getMDNmsgID() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getMessage() - Method in class org.adroitlogic.x.feature.as2.api.ErrorInfo
-
- getMessageFile() - Method in class org.adroitlogic.x.feature.as2.api.AttachmentDetails
-
Return the MessageFile containing the payload, or null if none have been used
- getMessageId() - Method in class org.adroitlogic.x.feature.as2.api.CreationResult
-
Created message id
- getMessageSubject() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- getMessageType() - Method in class org.adroitlogic.x.feature.db.models.DBConfigMapping
-
- getMessageUUID() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getMessageUUID() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getMessageUUID() - Method in class org.adroitlogic.x.feature.filestore.impl.UsageEntry
-
- getMic() - Method in class org.adroitlogic.x.feature.as2.api.CreationResult
-
Get message MIC
- getMic() - Method in class org.adroitlogic.x.feature.as2.api.MDNInfo
-
- getMic() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getMICAlg(Map<String, String>) - Static method in class org.adroitlogic.x.feature.as2.util.AS2Util
-
- getMicAlgo() - Method in class org.adroitlogic.x.feature.as2.api.ParseResult
-
- getMicAlgo() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getMicAlgo() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getMicResult() - Method in class org.adroitlogic.x.feature.as2.api.ParseResult
-
- getMicResult() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getMicResult() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getMinSize() - Method in class org.adroitlogic.x.feature.db.config.DatasourceConfiguration
-
- getMinSize() - Method in class org.adroitlogic.x.feature.db.config.DatasourceWithTransactionManagerConfiguration
-
- getMsgID() - Method in class org.adroitlogic.x.feature.as2.api.MDNInfo
-
- getMsgID() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getMsgID() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getMsgID() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getName() - Method in class org.adroitlogic.x.feature.db.models.AbstractDBConfigParameter
-
- getNextSequenceNumber(String) - Method in interface org.adroitlogic.x.feature.clustering.api.ClusteringFeature
-
Generates a distributed sequence number which is the next in line of a distributed sequence.
- getNextSequenceNumber(String) - Method in class org.adroitlogic.x.feature.clustering.impl.ClusteringFeatureImpl
-
- getNextSequenceNumber(String) - Method in interface org.adroitlogic.x.feature.lock.api.LockFeature
-
Generate the next sequence number for the given keyPath
- getNextSequenceNumber(String) - Method in class org.adroitlogic.x.feature.lock.impl.LockFeatureImpl
-
- getNodeName() - Method in class org.adroitlogic.x.feature.audit.impl.AuditLog
-
- getNodeName() - Method in interface org.adroitlogic.x.feature.clustering.api.ClusteringFeature
-
Get the name of the cluster manager's node.
- getNodeName() - Method in class org.adroitlogic.x.feature.clustering.impl.ClusteringFeatureImpl
-
- getOriginalFileName() - Method in class org.adroitlogic.x.feature.as2.api.AttachmentDetails
-
The original name of the file (not the path) which contained the attachment
- getOriginalMessageID() - Method in class org.adroitlogic.x.feature.as2.api.MDNInfo
-
- getOriginalMessageID() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getOutputStream() - Method in interface org.adroitlogic.x.feature.filestore.api.XMessageFileEntity
-
Gets a new
FileOutputStream
to the underlying
MessageFile
's
file each invocation to this method.
- getOutputStream() - Method in class org.adroitlogic.x.feature.filestore.impl.MessageFileEntity
-
- getParameterByName(String) - Method in class org.adroitlogic.x.feature.db.models.DBConfigMapping
-
Returns the parameter object related to the parameterName passed.
- getParameterNames() - Method in class org.adroitlogic.x.feature.db.models.QueryData
-
- getPartner(String) - Method in interface org.adroitlogic.x.feature.as2.api.AS2GatewayRepository
-
- getPartner(String) - Method in interface org.adroitlogic.x.feature.as2.api.AS2StationRepository
-
- getPartner(String) - Method in class org.adroitlogic.x.feature.as2.bean.AS2StaticGatewayRepository
-
- getPartner(String) - Method in class org.adroitlogic.x.feature.as2.bean.AS2StaticStationRepository
-
- getPartnerCertAlias() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getPartnerId() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getPartners() - Method in interface org.adroitlogic.x.feature.as2.api.AS2GatewayRepository
-
- getPartners() - Method in interface org.adroitlogic.x.feature.as2.api.AS2StationRepository
-
- getPartners() - Method in class org.adroitlogic.x.feature.as2.bean.AS2StaticGatewayRepository
-
- getPartners() - Method in class org.adroitlogic.x.feature.as2.bean.AS2StaticStationRepository
-
- getPartnerURL() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getPassword() - Method in class org.adroitlogic.x.feature.db.config.DatasourceConfiguration
-
- getPassword() - Method in class org.adroitlogic.x.feature.db.config.DatasourceWithTransactionManagerConfiguration
-
- getPath() - Method in class org.adroitlogic.x.feature.db.models.DBConfigPathParameter
-
- getPayload() - Method in class org.adroitlogic.x.feature.audit.impl.AuditLog
-
- getPayloadAsDOM(XMessage) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Returns payload of the message as a DOM Document
- getPayloadAsDOM(XMessage) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- getPayloadHeader(String) - Method in class org.adroitlogic.x.feature.as2.api.AttachmentDetails
-
- getPlaceholders() - Method in class org.adroitlogic.x.feature.audit.impl.DatabaseAuditTemplate
-
- getProducttName() - Method in class org.adroitlogic.x.feature.audit.impl.AuditLog
-
- getProperties() - Method in class org.adroitlogic.x.feature.audit.impl.AuditLog
-
- getReadFileChannel() - Method in interface org.adroitlogic.x.feature.filestore.api.XMessageFileEntity
-
Gets a
FileChannel
to the underlying
MessageFile
file with read permissions, multiple calls to this
method
will not create a new channel each time,
instead it will return the same read channel
which is cached at the MessageFile's level
- getReadFileChannel() - Method in class org.adroitlogic.x.feature.filestore.impl.MessageFileEntity
-
- getReceivedTime() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getRequestMDN() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getRequestSignedMDN() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getResponseCode() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getResponseHeaders() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getResponseHttpStatusCode() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getResponseMimeMessage() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getSaxParseException() - Method in class org.adroitlogic.x.feature.xml.impl.ValidationErrorHandler
-
- getSerialNumber() - Method in class org.adroitlogic.x.feature.as2.util.KeystoreManager.IssuerSerial
-
- getSignatureInfo() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getSignatureInfo() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- getSignDigestAlgo() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- getSignDigestAlgo() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getSignDigestAlgorithm(SignatureInfo) - Static method in class org.adroitlogic.x.feature.as2.util.AS2Util
-
- getSignedAttrs() - Method in class org.adroitlogic.x.feature.as2.util.KeystoreManager
-
- getSignEncryptAlgo() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- getSignEncryptAlgo() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getSignEncryptAlgorithm(SignatureInfo) - Static method in class org.adroitlogic.x.feature.as2.util.AS2Util
-
- getSignMessage() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getSql() - Method in class org.adroitlogic.x.feature.db.models.QueryData
-
- getStackTraceArray() - Method in class org.adroitlogic.x.feature.filestore.impl.UsageEntry
-
- getStation(String) - Method in interface org.adroitlogic.x.feature.as2.api.AS2GatewayRepository
-
- getStation(String) - Method in class org.adroitlogic.x.feature.as2.bean.AS2StaticGatewayRepository
-
- getStationId() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getStationResource() - Method in interface org.adroitlogic.x.feature.as2.api.AS2Registry
-
- getStationResource() - Method in class org.adroitlogic.x.feature.as2.extractor.BeanRegistry
-
- getStations() - Method in interface org.adroitlogic.x.feature.as2.api.AS2GatewayRepository
-
- getStations() - Method in class org.adroitlogic.x.feature.as2.bean.AS2StaticGatewayRepository
-
- getStatus() - Method in interface org.adroitlogic.x.feature.clustering.api.ClusteringFeature
-
Get the cluster manager's current Status
.
- getStatus() - Method in class org.adroitlogic.x.feature.clustering.impl.ClusteringFeatureImpl
-
- getSubject() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getSubject() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getSubject() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getSubject() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getTempFileEntity(XMessage) - Method in interface org.adroitlogic.x.feature.filestore.api.FileStoreFeature
-
- getTempFileEntity(XMessage) - Method in class org.adroitlogic.x.feature.filestore.impl.FileStoreFeatureImpl
-
- getTenantId() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- getTenantId() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- getTenantId() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getTextContent() - Method in class org.adroitlogic.x.feature.as2.api.AttachmentDetails
-
The text content of the attachment, if the attachment is a String and not a file
- getTextElement(XMessage, String, Map<String, String>) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Get text element value for given XPath
- getTextElement(XMessage, String, Map<String, String>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- getTimeId() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getTimeId() - Method in class org.adroitlogic.x.feature.as2.api.SyncResponseInfo
-
- getTo() - Method in class org.adroitlogic.x.feature.as2.api.MDNInfo
-
- getTo() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getTo() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getTo() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getTransactionManager() - Method in class org.adroitlogic.x.feature.db.txn.DBTransactionScopeStartElement
-
- getTransportStatusCode() - Method in class org.adroitlogic.x.feature.as2.api.SyncResponseInfo
-
- getTrustedCertificate(String) - Method in class org.adroitlogic.x.feature.as2.util.KeystoreManager
-
- getTrustKeystore() - Method in class org.adroitlogic.x.feature.as2.util.KeystoreManager
-
- getTruststorePassword() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- getTruststorePassword() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getTruststorePath() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- getTruststorePath() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getTruststoreType() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Station
-
- getTruststoreType() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getTxnContext() - Method in class org.adroitlogic.x.feature.db.txn.DBTransactionScopeContext
-
- getTxnManagerId() - Method in class org.adroitlogic.x.feature.db.config.DatasourceWithTransactionManagerConfiguration
-
- getType() - Method in enum org.adroitlogic.x.feature.as2.api.ErrorCode
-
- getUrl() - Method in class org.adroitlogic.x.feature.as2.bean.AS2Partner
-
- getUrl() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getUrl() - Method in class org.adroitlogic.x.feature.db.config.DatasourceConfiguration
-
- getUrl() - Method in class org.adroitlogic.x.feature.db.config.DatasourceWithTransactionManagerConfiguration
-
- getUser() - Method in class org.adroitlogic.x.feature.db.config.DatasourceConfiguration
-
- getUser() - Method in class org.adroitlogic.x.feature.db.config.DatasourceWithTransactionManagerConfiguration
-
- getValidationQuery() - Method in class org.adroitlogic.x.feature.db.config.DatasourceConfiguration
-
- getValidationQuery() - Method in class org.adroitlogic.x.feature.db.config.DatasourceWithTransactionManagerConfiguration
-
- getValue(XMessageContext, Object...) - Method in class org.adroitlogic.x.feature.db.models.AbstractDBConfigParameter
-
Returns the actual value to insert to the database for the relevant parameter.
- getValue(XMessageContext, Object...) - Method in class org.adroitlogic.x.feature.db.models.DBConfigBlobParameter
-
- getValue(XMessageContext, Object...) - Method in class org.adroitlogic.x.feature.db.models.DBConfigClobParameter
-
- getValue(XMessageContext, Object...) - Method in class org.adroitlogic.x.feature.db.models.DBConfigHeaderParameter
-
- getValue(XMessageContext, Object...) - Method in class org.adroitlogic.x.feature.db.models.DBConfigPathParameter
-
Returns the actual value to insert to the database.
- getValue() - Method in class org.adroitlogic.x.feature.db.models.DBConfigValueParameter
-
- getValue(XMessageContext, Object...) - Method in class org.adroitlogic.x.feature.db.models.DBConfigValueParameter
-
- getValue(XMessageContext, Object...) - Method in class org.adroitlogic.x.feature.db.models.DBConfigVariableParameter
-
- getVariableName() - Method in class org.adroitlogic.x.feature.db.models.DBConfigVariableParameter
-
- getVersion() - Method in class org.adroitlogic.x.feature.as2.api.MDNInfo
-
- getVersion() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- getVersion() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getVersion() - Method in class org.adroitlogic.x.feature.as2.api.SendInfo
-
- getWarnings() - Method in class org.adroitlogic.x.feature.as2.api.ParseResult
-
- getWarnings() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveProcessingResult
-
- getWriteFileChannel() - Method in interface org.adroitlogic.x.feature.filestore.api.XMessageFileEntity
-
Gets a
FileChannel
to the underlying
MessageFile
file with write permissions, multiple calls to this
method
will not create a new channel each time,
instead it will return the same write channel
which is cached at the MessageFile's level
- getWriteFileChannel() - Method in class org.adroitlogic.x.feature.filestore.impl.MessageFileEntity
-
- getXmlConfiguration() - Method in class org.adroitlogic.x.feature.as2.config.AS2GatewayConfiguration
-
- getXmlConfiguration() - Method in class org.adroitlogic.x.feature.db.config.DatasourceConfiguration
-
- getXmlConfiguration() - Method in class org.adroitlogic.x.feature.db.config.DatasourceWithTransactionManagerConfiguration
-
- OCCURRENCE - Static variable in class org.adroitlogic.x.feature.audit.api.AuditFeature.AuditFields
-
- OracleQueryPreProcessor - Class in org.adroitlogic.x.feature.db.impl.processors
-
- OracleQueryPreProcessor() - Constructor for class org.adroitlogic.x.feature.db.impl.processors.OracleQueryPreProcessor
-
- org.adroitlogic.x.feature.as2 - package org.adroitlogic.x.feature.as2
-
This package contains the API class, implementation class and model class related to
AS2Feature
- org.adroitlogic.x.feature.as2.api - package org.adroitlogic.x.feature.as2.api
-
This package contains the API classes and model classes related to
AS2Feature
- org.adroitlogic.x.feature.as2.bean - package org.adroitlogic.x.feature.as2.bean
-
This package contains the model classes related to integrate with the data model
AS2Feature
- org.adroitlogic.x.feature.as2.config - package org.adroitlogic.x.feature.as2.config
-
This package contains the model class that will be used to generate the resource for AS2Gateway connectors
- org.adroitlogic.x.feature.as2.constant - package org.adroitlogic.x.feature.as2.constant
-
This package include the classes containing constants related to AS2 messaging
- org.adroitlogic.x.feature.as2.extractor - package org.adroitlogic.x.feature.as2.extractor
-
This package is used to integration of data model of AS2 features
- org.adroitlogic.x.feature.as2.impl - package org.adroitlogic.x.feature.as2.impl
-
This package contains the implementation class of AS2Feature API
AS2Feature
- org.adroitlogic.x.feature.as2.message - package org.adroitlogic.x.feature.as2.message
-
This package contains the service classes which includes the processing logic related of AS2 messaging
- org.adroitlogic.x.feature.as2.util - package org.adroitlogic.x.feature.as2.util
-
This package includes the utility classes related to AS2 feature
AS2Feature
- org.adroitlogic.x.feature.audit - package org.adroitlogic.x.feature.audit
-
This package contains the API class, implementation class and model class related to
AuditFeature
- org.adroitlogic.x.feature.audit.api - package org.adroitlogic.x.feature.audit.api
-
This package contains the AuditFeature API class
- org.adroitlogic.x.feature.audit.impl - package org.adroitlogic.x.feature.audit.impl
-
- org.adroitlogic.x.feature.clustering - package org.adroitlogic.x.feature.clustering
-
This package contains the Clustering Feature API and its implementations
- org.adroitlogic.x.feature.clustering.api - package org.adroitlogic.x.feature.clustering.api
-
This package contains the Clustering Feature API which will facilitate all the clustering related functionalities
- org.adroitlogic.x.feature.clustering.impl - package org.adroitlogic.x.feature.clustering.impl
-
This package contains the all the implementations of Clustering Feature API
- org.adroitlogic.x.feature.db - package org.adroitlogic.x.feature.db
-
This package contains the Database Feature API and its implementations
- org.adroitlogic.x.feature.db.api - package org.adroitlogic.x.feature.db.api
-
This package contains the Database Feature API which will facilitate all the database access related functionalities
- org.adroitlogic.x.feature.db.config - package org.adroitlogic.x.feature.db.config
-
This package contains the XResourceTemplate
implementations related to
datasource configurations
- org.adroitlogic.x.feature.db.impl - package org.adroitlogic.x.feature.db.impl
-
This package contains the all the implementations of Database Feature API
- org.adroitlogic.x.feature.db.impl.processors - package org.adroitlogic.x.feature.db.impl.processors
-
- org.adroitlogic.x.feature.db.models - package org.adroitlogic.x.feature.db.models
-
This package contains the all the model classes related to of Database Feature implementations
- org.adroitlogic.x.feature.db.txn - package org.adroitlogic.x.feature.db.txn
-
This package contains the implementations of database transaction scope and its related processing elements
- org.adroitlogic.x.feature.filestore - package org.adroitlogic.x.feature.filestore
-
This package contains the FileStore Feature API and implementation which facilitate the storing files
in a ramdisk in-order to use when incoming payload is available to write
- org.adroitlogic.x.feature.filestore.api - package org.adroitlogic.x.feature.filestore.api
-
This package contains the FileStore Feature API which facilitate the storing files
in a ramdisk in-order to use when incoming payload is available to write
- org.adroitlogic.x.feature.filestore.impl - package org.adroitlogic.x.feature.filestore.impl
-
This package contains the FileStore Feature implementation which facilitate the storing files
in a ramdisk in-order to use when incoming payload is available to write
- org.adroitlogic.x.feature.lock - package org.adroitlogic.x.feature.lock
-
This package contains the Lock Feature API and it's implementation which facilitate the locking and sequence number
generation for a given key.
- org.adroitlogic.x.feature.lock.api - package org.adroitlogic.x.feature.lock.api
-
This package contains the Lock Feature API which will facilitate the locking and sequence number generation for a given key.
- org.adroitlogic.x.feature.lock.impl - package org.adroitlogic.x.feature.lock.impl
-
This package contains the Lock Feature implementation which will facilitate the locking and sequence number generation for a given key.
- org.adroitlogic.x.feature.xml - package org.adroitlogic.x.feature.xml
-
This package contains the XML Feature API and it's implementation which will facilitate all the XML processing functionalities
- org.adroitlogic.x.feature.xml.api - package org.adroitlogic.x.feature.xml.api
-
This package contains the XML Feature API which will facilitate all the XML processing functionalities
- org.adroitlogic.x.feature.xml.impl - package org.adroitlogic.x.feature.xml.impl
-
This package contains the XML Feature implementation which will facilitate all the XML processing functionalities
- ORIGINAL_MESSAGE_ID - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- ORIGINAL_MESSAGE_ID_HEADER - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- ORIGINAL_NAME - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants.FileConstants
-
- ORIGINAL_RECIPIENT - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- ParseResult - Class in org.adroitlogic.x.feature.as2.api
-
Holds the result of parsing an S/MIME message
- ParseResult() - Constructor for class org.adroitlogic.x.feature.as2.api.ParseResult
-
- parseSMIMEMessage(XMessage, KeystoreManager, FileStoreFeature) - Method in class org.adroitlogic.x.feature.as2.message.SMIMEMessageParser
-
Parse a new message using an input stream and a Map of transport headers
- Partner() - Constructor for class org.adroitlogic.x.feature.as2.constant.AS2Constants.Partner
-
- passivateObject(PooledObject<Validator>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLValidatorFactory
-
- PATH - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants.FileConstants
-
- PAYLOAD - Static variable in class org.adroitlogic.x.feature.audit.api.AuditFeature.AuditFields
-
- PKCS7_MIME - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- PKCS7_SIGNATURE - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- prepareAS2MessageForSend(XMessageContext, AS2Station, AS2Partner) - Method in interface org.adroitlogic.x.feature.as2.api.AS2Feature
-
Create an AS2 message using the current Message and its attachments, and sets the destination URL of the partner.
- prepareAS2MessageForSend(XMessageContext, AS2Station, AS2Partner) - Method in class org.adroitlogic.x.feature.as2.impl.AS2FeatureImpl
-
Create an AS2 message using the current Message and its attachments, and sets the destination URL of the partner.
- prepareAsyncMDNForSend(XMessageContext) - Method in interface org.adroitlogic.x.feature.as2.api.AS2Feature
-
Prepare the async MDN message to be sent by populating the payload (i.e.
- prepareAsyncMDNForSend(XMessageContext) - Method in class org.adroitlogic.x.feature.as2.impl.AS2FeatureImpl
-
Prepare the async MDN message to be sent by populating the payload (i.e.
- PROCESSED - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Internal
-
- processIncomingAS2Message(XMessageContext, AS2Station, String) - Method in interface org.adroitlogic.x.feature.as2.api.AS2Feature
-
Routine to process a new AS2 message received over HTTP/S.
- processIncomingAS2Message(XMessageContext, AS2Station, String) - Method in class org.adroitlogic.x.feature.as2.impl.AS2FeatureImpl
-
Routine to process a new AS2 message received over HTTP/S.
- processIncomingAsyncMDN(XMessageContext, AS2Station, String) - Method in interface org.adroitlogic.x.feature.as2.api.AS2Feature
-
Routine to process a new asynchronous MDN received for a message sent out by us, requesting an asynchronous MDN.
- processIncomingAsyncMDN(XMessageContext, AS2Station, String) - Method in class org.adroitlogic.x.feature.as2.impl.AS2FeatureImpl
-
Routine to process a new asynchronous MDN received for a message sent out by us, requesting an asynchronous MDN.
- processIncomingSyncMDN(XMessageContext) - Method in interface org.adroitlogic.x.feature.as2.api.AS2Feature
-
Routine to process the synchronous response received for a AS2 send operation (i.e.
- processIncomingSyncMDN(XMessageContext) - Method in class org.adroitlogic.x.feature.as2.impl.AS2FeatureImpl
-
Routine to process the synchronous response received for a AS2 send operation (i.e.
- processingFailed() - Method in class org.adroitlogic.x.feature.as2.api.ReceiveInfo
-
- processMessageInScope(XMessageContext) - Method in class org.adroitlogic.x.feature.db.txn.DBTransactionScopeEndElement
-
- processMessageInScope(XMessageContext) - Method in class org.adroitlogic.x.feature.db.txn.DBTransactionScopeStartElement
-
- processSQLQuery(String) - Method in interface org.adroitlogic.x.feature.db.api.SQLQueryPreprocessor
-
- processSQLQuery(String) - Method in class org.adroitlogic.x.feature.db.impl.processors.OracleQueryPreProcessor
-
- Product() - Constructor for class org.adroitlogic.x.feature.as2.constant.AS2Constants.Product
-
- PRODUCT_NAME - Static variable in class org.adroitlogic.x.feature.audit.api.AuditFeature.AuditFields
-
- PROPERTIES - Static variable in class org.adroitlogic.x.feature.audit.api.AuditFeature.AuditFields
-
- publishControlCommand(XControlCommand) - Method in interface org.adroitlogic.x.feature.clustering.api.ClusteringFeature
-
Publishes a command to the cluster.
- publishControlCommand(XControlCommand) - Method in class org.adroitlogic.x.feature.clustering.impl.ClusteringFeatureImpl
-
- validate() - Method in class org.adroitlogic.x.feature.db.models.AbstractDBConfigParameter
-
Checks whether the values of the parameter attributes are valid or not.
- validate() - Method in class org.adroitlogic.x.feature.db.models.DBConfigBlobParameter
-
- validate() - Method in class org.adroitlogic.x.feature.db.models.DBConfigClobParameter
-
- validate() - Method in class org.adroitlogic.x.feature.db.models.DBConfigHeaderParameter
-
- validate() - Method in class org.adroitlogic.x.feature.db.models.DBConfigPathParameter
-
- validate() - Method in class org.adroitlogic.x.feature.db.models.DBConfigValueParameter
-
- validate() - Method in class org.adroitlogic.x.feature.db.models.DBConfigVariableParameter
-
- validate(XMessage, URI...) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Validates the given message against one or more schemas.
- validate(String, URI...) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Validates the given String against one or more schemas.
- validate(Node, URI...) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Validates the given DOM Node against one or more schemas.
- validate(XMessage, URI[], String, Map<String, String>) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Validates the current message - or an element of it selected via the provided XPath expression - against one or
more schemas.
- validate(XMessage, URI...) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- validate(String, URI...) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- validate(Node, URI...) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- validate(XMessage, URI[], String, Map<String, String>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- validateAll(XMessage, URI[], String, Map<String, String>) - Method in interface org.adroitlogic.x.feature.xml.api.XMLFeature
-
Validate the current message - or all elements of it selected via the provided XPath expression - against one or
more schemas.
- validateAll(XMessage, URI[], String, Map<String, String>) - Method in class org.adroitlogic.x.feature.xml.impl.XMLFeatureImpl
-
- ValidationErrorHandler - Class in org.adroitlogic.x.feature.xml.impl
-
Error handler class to handle the validation errors in XSD validations
- ValidationErrorHandler() - Constructor for class org.adroitlogic.x.feature.xml.impl.ValidationErrorHandler
-
- valueOf(String) - Static method in enum org.adroitlogic.x.feature.as2.api.EncryptionInfo.Algorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.adroitlogic.x.feature.as2.api.ErrorCode.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.adroitlogic.x.feature.as2.api.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.adroitlogic.x.feature.as2.api.SignatureInfo.DigestAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.adroitlogic.x.feature.as2.api.SignatureInfo.EncryptionAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.adroitlogic.x.feature.audit.api.AuditFeature.AuditData
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.adroitlogic.x.feature.audit.api.AuditFeature.AuditSeverity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.adroitlogic.x.feature.db.models.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.adroitlogic.x.feature.filestore.impl.LeakDetectionLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.adroitlogic.x.feature.as2.api.EncryptionInfo.Algorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.adroitlogic.x.feature.as2.api.ErrorCode.ErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.adroitlogic.x.feature.as2.api.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.adroitlogic.x.feature.as2.api.SignatureInfo.DigestAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.adroitlogic.x.feature.as2.api.SignatureInfo.EncryptionAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.adroitlogic.x.feature.audit.api.AuditFeature.AuditData
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.adroitlogic.x.feature.audit.api.AuditFeature.AuditSeverity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.adroitlogic.x.feature.db.models.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.adroitlogic.x.feature.filestore.impl.LeakDetectionLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class org.adroitlogic.x.feature.as2.constant.AS2Constants.Product
-
Product version