Class XmlWsdlDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.ds.xml.r12.parsing.XmlWsdlDS
- All Implemented Interfaces:
IWsdlDS
,IReportingDS
Xml datasource implementation.
- Since:
- 9.0
- Author:
- Arjan Pragt
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
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.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
Method Details
-
getName
Description copied from interface:IWsdlDS
This method returns the name of the wsdl. -
getTargetNamespace
Description copied from interface:IWsdlDS
This method returns the target namespace of the wsdl.- Specified by:
getTargetNamespace
in interfaceIWsdlDS
- Returns:
- The target namespace of the wsdl, may be null.
-
getIncludes
Description copied from interface:IWsdlDS
This method returns the wsdl includes of the wsdl.- Specified by:
getIncludes
in interfaceIWsdlDS
- Returns:
- The names of the includes, may not be null.
-
getContent
public byte[] getContent()Description copied from interface:IWsdlDS
This method returns the byte content of the wsdl file.- Specified by:
getContent
in interfaceIWsdlDS
- Returns:
- The byte content of the wsdl file, may be null.
-