com.raritantechnologies.webServices.taglibrary
Class WebServicesClientCustomTag

java.lang.Object
  extended byBodyTagSupport
      extended bycom.raritantechnologies.webServices.taglibrary.WebServicesClientCustomTag
All Implemented Interfaces:
IConfigurable, ICustomTag

public class WebServicesClientCustomTag
extends BodyTagSupport
implements ICustomTag

CustomTag that executes a WebServices command.

See Also:
Serialized Form

Constructor Summary
WebServicesClientCustomTag()
           
 
Method Summary
 int doStartTag()
           
 java.lang.String getBody(RaritanPageContext rpc)
          Returns the tag body.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.raritantechnologies.searchApp.taglibrary.ICustomTag
initialize
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Constructor Detail

WebServicesClientCustomTag

public WebServicesClientCustomTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

getBody

public java.lang.String getBody(RaritanPageContext rpc)
Description copied from interface: ICustomTag
Returns the tag body.

Specified by:
getBody in interface ICustomTag
Parameters:
rpc - Platform-neutral page context ( can be used in non J2EE environments such as ASP).
Returns:
The tag body text string.