com.ail.insurance.acceptance
Interface Acceptance

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

public interface Acceptance
extends javax.ejb.EJBObject

Version:
$Revision: 1.3 $

Method Summary
 AcceptQuotationArg acceptQuotation(AcceptQuotationArg arg)
           
 CollectPremiumArg collectPremium(CollectPremiumArg arg)
           
 Configuration getConfiguration()
           
 java.lang.String getConfigurationNamespace()
           
 Version getVersion()
           
 VersionEffectiveDate getVersionEffectiveDate()
           
 java.lang.String invokeServiceXML(java.lang.String xml)
           
 ProduceDocumentationArg produceDocumentation(ProduceDocumentationArg arg)
           
 PutOnRiskArg putOnRisk(PutOnRiskArg arg)
           
 void resetConfiguration()
           
 void setConfiguration(Configuration config)
           
 
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

getVersionEffectiveDate

VersionEffectiveDate getVersionEffectiveDate()
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setConfiguration

void setConfiguration(Configuration config)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfiguration

Configuration getConfiguration()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfigurationNamespace

java.lang.String getConfigurationNamespace()
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

resetConfiguration

void resetConfiguration()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getVersion

Version getVersion()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

produceDocumentation

ProduceDocumentationArg produceDocumentation(ProduceDocumentationArg arg)
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

putOnRisk

PutOnRiskArg putOnRisk(PutOnRiskArg arg)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

collectPremium

CollectPremiumArg collectPremium(CollectPremiumArg arg)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

acceptQuotation

AcceptQuotationArg acceptQuotation(AcceptQuotationArg arg)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException