Class WsdlDefinition

java.lang.Object
com.aquima.interactions.communication.impl.WsdlDefinition
All Implemented Interfaces:
IWsdlDefinition

public final class WsdlDefinition extends Object implements IWsdlDefinition
  • Constructor Details

    • WsdlDefinition

      protected WsdlDefinition(IWsdlDS datasource)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: IWsdlDefinition
      This method returns the name of the wsdl.
      Specified by:
      getName in interface IWsdlDefinition
      Returns:
      The name of the wsdl, may not be null.
    • getTargetNamespace

      public String getTargetNamespace()
      Description copied from interface: IWsdlDefinition
      This method returns the target namespace of the wsdl.
      Specified by:
      getTargetNamespace in interface IWsdlDefinition
      Returns:
      The target namespace of the wsdl, may be null.
    • getIncludes

      public IWsdlDefinition[] getIncludes()
      Description copied from interface: IWsdlDefinition
      This method returns the include definitions of the wsdl.
      Specified by:
      getIncludes in interface IWsdlDefinition
      Returns:
      The include definitions of the wsdl, may not be null.
    • getContent

      public byte[] getContent()
      Description copied from interface: IWsdlDefinition
      This method returns the binary content of the wsdl.
      Specified by:
      getContent in interface IWsdlDefinition
      Returns:
      The binary content of the wsdl, may not be null.
    • initialize

      protected void initialize(ISoapContract contract)