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 java.lang.String
PARAM_METHOD
static java.lang.String
PARAM_METHOD_NAME
static java.lang.String
PARAM_NAMESPACE
static java.lang.String
PARAM_PARAMETERS
static java.lang.String
PARAM_SOAP_XSL
static java.lang.String
PARAM_URL
static java.lang.String
STYLE_DEFAULT
static java.lang.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 java.lang.String
scrubResponseText(java.lang.String responseText, IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Methods inherited from class lumis.portal.serviceinterface.GenericServiceInterface
calculateIsRequestInitializerSupported, instanceAdded, instanceDeleted, instanceLoaded, instanceUnLoaded, isRequestInitializerSupported, load, processAction, register, renderBefore, unload
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.serviceinterface.IServiceInterface
initializeRequest
-
-
-
-
Field Detail
-
PARAM_URL
public static final java.lang.String PARAM_URL
- See Also:
- Constant Field Values
-
PARAM_SOAP_XSL
public static final java.lang.String PARAM_SOAP_XSL
- See Also:
- Constant Field Values
-
PARAM_METHOD
public static final java.lang.String PARAM_METHOD
- See Also:
- Constant Field Values
-
PARAM_NAMESPACE
public static final java.lang.String PARAM_NAMESPACE
- See Also:
- Constant Field Values
-
PARAM_METHOD_NAME
public static final java.lang.String PARAM_METHOD_NAME
- See Also:
- Constant Field Values
-
PARAM_PARAMETERS
public static final java.lang.String PARAM_PARAMETERS
- See Also:
- Constant Field Values
-
STYLE_REQUEST_DEFAULT
public static final java.lang.String STYLE_REQUEST_DEFAULT
- See Also:
- Constant Field Values
-
STYLE_DEFAULT
public static final java.lang.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 java.lang.String scrubResponseText(java.lang.String responseText, IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response) throws PortalException
- Throws:
PortalException
-
-