Package 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
- Version:
- $Revision: 21190 $ $Date: 2018-04-17 14:26:07 -0300 (Tue, 17 Apr 2018) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_METHOD
static String
PARAM_METHOD_NAME
static String
PARAM_NAMESPACE
static String
PARAM_PARAMETERS
static String
PARAM_SOAP_XSL
static String
PARAM_URL
static String
STYLE_DEFAULT
static String
STYLE_REQUEST_DEFAULT
-
Constructor Summary
Constructors Constructor Description WebServiceViewer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Called by the service interface container to allow the service interface to generate the content of the response based on its current state.protected String
scrubResponseText(String responseText, IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Methods inherited from class lumis.portal.serviceinterface.GenericServiceInterface
instanceAdded, instanceDeleted, instanceLoaded, instanceUnLoaded, load, processAction, register, renderBefore, unload
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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 interfaceIServiceInterface
- Overrides:
render
in classGenericServiceInterface
- Parameters:
request
- the render requestresponse
- the render response- Throws:
ServiceInterfaceException
- if the service interface has problems fulfilling the rendering requestPortalException
- 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
-
-