lumis.service.webserviceviewer
Class WebServiceViewer
java.lang.Object
lumis.portal.serviceinterface.GenericServiceInterface
lumis.service.webserviceviewer.WebServiceViewer
- All Implemented Interfaces:
- IServiceInterface
public class WebServiceViewer
- extends GenericServiceInterface
Web service viewer
- Since:
- 4.0.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_URL
public static final String PARAM_URL
- See Also:
- Constant Field Values
PARAM_SOAP_XSL
public static final String PARAM_SOAP_XSL
- See Also:
- Constant Field Values
PARAM_METHOD
public static final String PARAM_METHOD
- See Also:
- Constant Field Values
PARAM_NAMESPACE
public static final String PARAM_NAMESPACE
- See Also:
- Constant Field Values
PARAM_METHOD_NAME
public static final String PARAM_METHOD_NAME
- See Also:
- Constant Field Values
PARAM_PARAMETERS
public static final String PARAM_PARAMETERS
- See Also:
- Constant Field Values
STYLE_REQUEST_DEFAULT
public static final String STYLE_REQUEST_DEFAULT
- See Also:
- Constant Field Values
STYLE_DEFAULT
public static final String STYLE_DEFAULT
- See Also:
- Constant Field Values
WebServiceViewer
public WebServiceViewer()
render
public void render(IServiceInterfaceRenderRequest request,
IServiceInterfaceRenderResponse response)
throws ServiceInterfaceException,
PortalException
- Description copied from interface:
IServiceInterface
- Called by the service interface container to allow the service interface to generate the
content of the response based on its current state.
- Specified by:
render
in interface IServiceInterface
- Overrides:
render
in class GenericServiceInterface
- Parameters:
request
- the render requestresponse
- the render response
- Throws:
ServiceInterfaceException
- if the service interface has problems fulfilling the rendering request
PortalException
- if the service interface is unavailable to perform render at this time
scrubResponseText
protected String scrubResponseText(String responseText,
IServiceInterfaceRenderRequest request,
IServiceInterfaceRenderResponse response)
throws PortalException
- Throws:
PortalException
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.