java.lang.Object
com.aquima.interactions.framework.service.connectivity.parameters.MetaData
com.aquima.interactions.framework.service.connectivity.soap.SoapMetaData

public class SoapMetaData extends MetaData
This class is used to extract SOAP specific parameters from the meta-data XML node.
Since:
6.4
Author:
O. Kerpershoek
  • Constructor Details

    • SoapMetaData

      protected SoapMetaData(IXmlNode metaDataNode)
  • Method Details

    • getSoapName

      public String getSoapName()
      This method returns the name of the SOAP service.
      Returns:
      the name of the SOAP service.
    • getSoapNameSpace

      public String getSoapNameSpace()
      This method returns the namespace of the SOAP service.
      Returns:
      the namespace of the SOAP service.
    • getSoapAction

      public String getSoapAction()
      This method returns the action of the SOAP service.
      Returns:
      the action of the SOAP service.