Interface ILiteralWebService


public interface ILiteralWebService
Interface to define methods needed for simple "literal" style webservice
  • Method Summary

    Modifier and Type
    Method
    Description
    handle(Element[] elems)
    Process the elements sent as the body of the SOAP request envelope and return the elements to return as the body of the SOAP response envelope.
    boolean
    returns whether the webservice is enabled.
  • Method Details

    • isWebServiceEnabled

      boolean isWebServiceEnabled() throws PortalException
      returns whether the webservice is enabled.
      Returns:
      true if the webservice is enabled, false otherwise
      Throws:
      PortalException
    • handle

      Element[] handle(Element[] elems) throws Exception
      Process the elements sent as the body of the SOAP request envelope and return the elements to return as the body of the SOAP response envelope.
      Parameters:
      elems - the request elements
      Returns:
      the response elements
      Throws:
      Exception - if anything goes wrong