Class SOAPProtocol

java.lang.Object
org.gvsig.catalog.protocols.SOAPProtocol
All Implemented Interfaces:
IProtocols

public class SOAPProtocol extends Object implements IProtocols
Author:
Jorge Piera Llodra (piera_jor@gva.es)
  • Constructor Details

    • SOAPProtocol

      public SOAPProtocol()
  • Method Details

    • doQuery

      public Collection doQuery(URL url, Object object, int firstRecord)
      Specified by:
      doQuery in interface IProtocols
      Parameters:
      url -
      object -
      firstRecord -
      Returns:
    • isProtocolSupported

      public static boolean isProtocolSupported(URL url)
      Parameters:
      url -
      Returns:
    • setSOAPMessage

      public static String setSOAPMessage(String message, String[] schemas)
      This function returns a SOAP message
      Parameters:
      message - the XML message
      schemas -
      Returns: