Interface ILiteralWebService
public interface ILiteralWebService
Interface to define methods needed for simple "literal" style
webservice
-
Method Summary
Modifier and TypeMethodDescriptionElement[]
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
returns whether the webservice is enabled.- Returns:
- true if the webservice is enabled, false otherwise
- Throws:
PortalException
-
handle
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
-