Class SoapServiceConfiguration
java.lang.Object
com.aquima.interactions.portal.model.webservice.WebServiceConfiguration
com.aquima.interactions.portal.model.webservice.SoapServiceConfiguration
- All Implemented Interfaces:
ISoapServiceConfiguration
,IWebServiceConfiguration
public final class SoapServiceConfiguration
extends WebServiceConfiguration
implements ISoapServiceConfiguration
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SoapServiceConfiguration
(ISoapServiceConfigurationDS datasource, ModuleCache modules, IModule module, IFlowEngine flowEngine, ISolution solution) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the soap service contract.This method returns the definition of the service.Methods inherited from class com.aquima.interactions.portal.model.webservice.WebServiceConfiguration
addOperation, getOperation, getOperationNames, getOperations, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.portal.IWebServiceConfiguration
getOperation, getOperations, validate
-
Constructor Details
-
SoapServiceConfiguration
protected SoapServiceConfiguration(ISoapServiceConfigurationDS datasource, ModuleCache modules, IModule module, IFlowEngine flowEngine, ISolution solution) throws InitializationException - Throws:
InitializationException
-
-
Method Details
-
getSoapServiceDefinition
Description copied from interface:ISoapServiceConfiguration
This method returns the definition of the service.- Specified by:
getSoapServiceDefinition
in interfaceISoapServiceConfiguration
- Returns:
- The definition of the service, never null.
-
getContract
Description copied from interface:ISoapServiceConfiguration
This method returns the soap service contract.- Specified by:
getContract
in interfaceISoapServiceConfiguration
- Returns:
- The soap service contract, may not be null.
-