java.lang.Object | ||||
↳ | org.mule.devkit.processor.ExpressionEvaluatorSupport | |||
↳ | org.mule.devkit.processor.DevkitBasedMessageProcessor | |||
↳ | org.mule.modules.avalara.processors.AbstractConnectedProcessor | |||
↳ | org.mule.modules.avalara.processors.GetTaxMessageProcessor |
GetTaxMessageProcessor invokes the getTax(java.lang.String, org.mule.modules.avalara.AvalaraDocumentType, java.lang.String, javax.xml.datatype.XMLGregorianCalendar, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.List, java.util.List, org.mule.modules.avalara.DetailLevelType, java.lang.String, java.lang.String, boolean, java.lang.String, java.util.Map, java.lang.String, org.mule.modules.avalara.ServiceModeType, javax.xml.datatype.XMLGregorianCalendar, java.lang.String, javax.xml.datatype.XMLGregorianCalendar)
method in AvalaraModule
. For each argument there is a field in this processor to match it. Before invoking the actual method the processor will evaluate and transform where possible to the expected argument type.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
_baseAddressesType | |||||||||||
_batchCodeType | |||||||||||
_commitType | |||||||||||
_companyCodeType | |||||||||||
_currencyCodeType | |||||||||||
_customerCodeType | |||||||||||
_customerUsageTypeType | |||||||||||
_destinationCodeType | |||||||||||
_detailLevelType | |||||||||||
_discountType | |||||||||||
_docCodeType | |||||||||||
_docDateType | |||||||||||
_docTypeType | |||||||||||
_exchangeRateEffDateType | |||||||||||
_exchangeRateType | |||||||||||
_exemptionNoType | |||||||||||
_linesType | |||||||||||
_locationCodeType | |||||||||||
_originCodeType | |||||||||||
_paymentDateType | |||||||||||
_purchaseOrderNoType | |||||||||||
_referenceCodeType | |||||||||||
_salespersonCodeType | |||||||||||
_serviceModeType | |||||||||||
_taxOverrideType | |||||||||||
baseAddresses | |||||||||||
batchCode | |||||||||||
commit | |||||||||||
companyCode | |||||||||||
currencyCode | |||||||||||
customerCode | |||||||||||
customerUsageType | |||||||||||
destinationCode | |||||||||||
detailLevel | |||||||||||
discount | |||||||||||
docCode | |||||||||||
docDate | |||||||||||
docType | |||||||||||
exchangeRate | |||||||||||
exchangeRateEffDate | |||||||||||
exemptionNo | |||||||||||
lines | |||||||||||
locationCode | |||||||||||
originCode | |||||||||||
paymentDate | |||||||||||
purchaseOrderNo | |||||||||||
referenceCode | |||||||||||
salespersonCode | |||||||||||
serviceMode | |||||||||||
taxOverride |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Invokes the MessageProcessor.
| |||||||||||
Obtains the expression manager from the Mule context and initialises the connector.
| |||||||||||
Sets baseAddresses
| |||||||||||
Sets batchCode
| |||||||||||
Sets commit
| |||||||||||
Sets companyCode
| |||||||||||
Sets currencyCode
| |||||||||||
Sets customerCode
| |||||||||||
Sets customerUsageType
| |||||||||||
Sets destinationCode
| |||||||||||
Sets detailLevel
| |||||||||||
Sets discount
| |||||||||||
Sets docCode
| |||||||||||
Sets docDate
| |||||||||||
Sets docType
| |||||||||||
Sets exchangeRate
| |||||||||||
Sets exchangeRateEffDate
| |||||||||||
Sets exemptionNo
| |||||||||||
Sets lines
| |||||||||||
Sets locationCode
| |||||||||||
Sets originCode
| |||||||||||
Sets paymentDate
| |||||||||||
Sets purchaseOrderNo
| |||||||||||
Sets referenceCode
| |||||||||||
Sets salespersonCode
| |||||||||||
Sets serviceMode
| |||||||||||
Sets taxOverride
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
operationName |
---|
Invokes the MessageProcessor.
event | MuleEvent to be processed |
---|
Exception |
---|
metaDataKey |
---|
inputMetadata |
---|
Obtains the expression manager from the Mule context and initialises the connector. If a target object has not been set already it will search the Mule registry for a default one.
InitialisationException |
---|
Sets baseAddresses
value | Value to set |
---|
Sets batchCode
value | Value to set |
---|
Sets commit
value | Value to set |
---|
Sets companyCode
value | Value to set |
---|
Sets currencyCode
value | Value to set |
---|
Sets customerCode
value | Value to set |
---|
Sets customerUsageType
value | Value to set |
---|
Sets destinationCode
value | Value to set |
---|
Sets detailLevel
value | Value to set |
---|
Sets discount
value | Value to set |
---|
Sets docCode
value | Value to set |
---|
Sets docDate
value | Value to set |
---|
Sets docType
value | Value to set |
---|
Sets exchangeRate
value | Value to set |
---|
Sets exchangeRateEffDate
value | Value to set |
---|
Sets exemptionNo
value | Value to set |
---|
Sets lines
value | Value to set |
---|
Sets locationCode
value | Value to set |
---|
Sets originCode
value | Value to set |
---|
Sets paymentDate
value | Value to set |
---|
Sets purchaseOrderNo
value | Value to set |
---|
Sets referenceCode
value | Value to set |
---|
Sets salespersonCode
value | Value to set |
---|
Sets serviceMode
value | Value to set |
---|
Sets taxOverride
value | Value to set |
---|
MuleException |
---|
MuleException |
---|