Class Soap.SoapRequest

Enclosing class:
Soap

public static class Soap.SoapRequest extends Soap.SoapMessage
  • Field Details

    • path

      protected String path
    • contentType

      protected String contentType
    • accept

      protected String accept
    • version

      protected String version
    • soapAction

      protected String soapAction
    • mtomEnabled

      protected Boolean mtomEnabled
  • Constructor Details

    • SoapRequest

      public SoapRequest()
  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • getAccept

      public String getAccept()
    • setAccept

      public void setAccept(String accept)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getSoapAction

      public String getSoapAction()
    • setSoapAction

      public void setSoapAction(String soapAction)
    • getMtomEnabled

      public Boolean getMtomEnabled()
    • setMtomEnabled

      public void setMtomEnabled(Boolean mtomEnabled)