Class WmtsSoapContainer

java.lang.Object
org.opengeospatial.cite.wmts10.ets.core.util.WmtsSoapContainer

public class WmtsSoapContainer extends Object
  • Constructor Details

    • WmtsSoapContainer

      public WmtsSoapContainer(String function, String soap_URL)
  • Method Details

    • addWmtsAttribute

      public void addWmtsAttribute(String attribute, String value)
    • addNamespace

      public void addNamespace(String namespace, String namespaceURL)
    • addParameter

      public void addParameter(String namespace, String parameterName, String value)
    • addParameterWithChild

      public void addParameterWithChild(String namespace, String parameterName, String childParameterName, String value)
    • getSoapResponse

      public jakarta.xml.soap.SOAPMessage getSoapResponse(boolean trapSoapErrors)
    • getResponseDocument

      public Document getResponseDocument()
    • makeResponseDocument

      public static Document makeResponseDocument(jakarta.xml.soap.SOAPMessage soapResponse)