lumis.service.webserviceviewer
Class WebServiceViewer

Package class diagram package WebServiceViewer
java.lang.Object
  extended by lumis.portal.serviceinterface.GenericServiceInterface
      extended by lumis.service.webserviceviewer.WebServiceViewer
All Implemented Interfaces:
IServiceInterface

public class WebServiceViewer
extends GenericServiceInterface

Web service viewer

Since:
4.0.7

Field Summary
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
WebServiceViewer()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

WebServiceViewer

public WebServiceViewer()
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 interface IServiceInterface
Overrides:
render in class GenericServiceInterface
Parameters:
request - the render request
response - 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.