com.ail.insurance.quotation
Interface Quotation

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface Quotation
extends javax.ejb.EJBObject


Method Summary
 AddPolicyNumberArg addPolicyNumber(AddPolicyNumberArg arg)
          Service wrapper business method for the AddPolicyNumber service.
 AddQuoteNumberArg addQuoteNumber(AddQuoteNumberArg arg)
          Service wrapper business method for the AddQuoteNumber service.
 AssessRiskArg assessRisk(AssessRiskArg arg)
          Service wrapper business method for the AssessRisk service.
 CalculateBrokerageArg calculateBrokerage(CalculateBrokerageArg arg)
          Service wrapper business method for the CalculateBrokerage service.
 CalculateCommissionArg calculateCommission(CalculateCommissionArg arg)
          Service wrapper business method for the CalculateCommission service.
 CalculateManagementChargeArg calculateManagementCharge(CalculateManagementChargeArg arg)
          Service wrapper business method for the CalculateManagementCharge service.
 CalculatePremiumArg calculatePremium(CalculatePremiumArg arg)
          Service wrapper business method for the CalculatePremium service.
 CalculateTaxArg calculateTax(CalculateTaxArg arg)
          Service wrapper business method for the CalculateTax service.
 EnforceComplianceArg enforceCompliance(EnforceComplianceArg arg)
          Service wrapper business method for the EnforceCompliance service.
 GenerateDocumentArg generateDocument(GenerateDocumentArg arg)
          Service wrapper business method for the GenerateDocument service.
 java.lang.String invokeServiceXML(java.lang.String xml)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

invokeServiceXML

java.lang.String invokeServiceXML(java.lang.String xml)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

assessRisk

AssessRiskArg assessRisk(AssessRiskArg arg)
                         throws java.rmi.RemoteException
Service wrapper business method for the AssessRisk service.

Parameters:
arg - The argument to pass to the service.
Returns:
The objects returned from the service.
Throws:
BaseServerException - In response to any exception thrown by the service.
java.rmi.RemoteException

calculatePremium

CalculatePremiumArg calculatePremium(CalculatePremiumArg arg)
                                     throws java.rmi.RemoteException
Service wrapper business method for the CalculatePremium service.

Parameters:
arg - The argument to pass to the service.
Returns:
The objects returned from the service.
Throws:
BaseServerException - In response to any exception thrown by the service.
java.rmi.RemoteException

calculateTax

CalculateTaxArg calculateTax(CalculateTaxArg arg)
                             throws java.rmi.RemoteException
Service wrapper business method for the CalculateTax service.

Parameters:
arg - The argument to pass to the service.
Returns:
The objects returned from the service.
Throws:
BaseServerException - In response to any exception thrown by the service.
java.rmi.RemoteException

calculateCommission

CalculateCommissionArg calculateCommission(CalculateCommissionArg arg)
                                           throws java.rmi.RemoteException
Service wrapper business method for the CalculateCommission service.

Parameters:
arg - The argument to pass to the service.
Returns:
The objects returned from the service.
Throws:
BaseServerException - In response to any exception thrown by the service.
java.rmi.RemoteException

calculateBrokerage

CalculateBrokerageArg calculateBrokerage(CalculateBrokerageArg arg)
                                         throws java.rmi.RemoteException
Service wrapper business method for the CalculateBrokerage service.

Parameters:
arg - The argument to pass to the service.
Returns:
The objects returned from the service.
Throws:
BaseServerException - In response to any exception thrown by the service.
java.rmi.RemoteException

calculateManagementCharge

CalculateManagementChargeArg calculateManagementCharge(CalculateManagementChargeArg arg)
                                                       throws java.rmi.RemoteException
Service wrapper business method for the CalculateManagementCharge service.

Parameters:
arg - The argument to pass to the service.
Returns:
The objects returned from the service.
Throws:
BaseServerException - In response to any exception thrown by the service.
java.rmi.RemoteException

addQuoteNumber

AddQuoteNumberArg addQuoteNumber(AddQuoteNumberArg arg)
                                 throws java.rmi.RemoteException
Service wrapper business method for the AddQuoteNumber service.

Parameters:
arg - The argument to pass to the service.
Returns:
The objects returned from the service.
Throws:
BaseServerException - In response to any exception thrown by the service.
java.rmi.RemoteException

addPolicyNumber

AddPolicyNumberArg addPolicyNumber(AddPolicyNumberArg arg)
                                   throws java.rmi.RemoteException
Service wrapper business method for the AddPolicyNumber service.

Parameters:
arg - The argument to pass to the service.
Returns:
The objects returned from the service.
Throws:
BaseServerException - In response to any exception thrown by the service.
java.rmi.RemoteException

enforceCompliance

EnforceComplianceArg enforceCompliance(EnforceComplianceArg arg)
                                       throws java.rmi.RemoteException
Service wrapper business method for the EnforceCompliance service.

Parameters:
arg - The argument to pass to the service.
Returns:
The objects returned from the service.
Throws:
BaseServerException - In response to any exception thrown by the service.
java.rmi.RemoteException

generateDocument

GenerateDocumentArg generateDocument(GenerateDocumentArg arg)
                                     throws java.rmi.RemoteException
Service wrapper business method for the GenerateDocument service.

Parameters:
arg - The argument to pass to the service.
Returns:
The objects returned from the service.
Throws:
BaseServerException - In response to any exception thrown by the service.
java.rmi.RemoteException