HPSearch

cgl.hpsearch.common.xml
Class WSHandlerSpec

java.lang.Object
  extended bycgl.hpsearch.common.xml.WSHandlerSpec
All Implemented Interfaces:
Serializable

public class WSHandlerSpec
extends Object
implements Serializable

Class WSHandlerSpec.

Version:
$Revision: 1.1 $ $Date: 2005/10/16 14:40:44 $
See Also:
Serialized Form

Constructor Summary
WSHandlerSpec()
           
 
Method Summary
 String getOperation()
          Returns the value of field 'operation'.
 Parameters getParameters()
          Returns the value of field 'parameters'.
 String getWsdl()
          Returns the value of field 'wsdl'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setOperation(String operation)
          Sets the value of field 'operation'.
 void setParameters(Parameters parameters)
          Sets the value of field 'parameters'.
 void setWsdl(String wsdl)
          Sets the value of field 'wsdl'.
static Object unmarshal(Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSHandlerSpec

public WSHandlerSpec()
Method Detail

getOperation

public String getOperation()
Returns the value of field 'operation'.

Returns:
the value of field 'operation'.

getParameters

public Parameters getParameters()
Returns the value of field 'parameters'.

Returns:
the value of field 'parameters'.

getWsdl

public String getWsdl()
Returns the value of field 'wsdl'.

Returns:
the value of field 'wsdl'.

isValid

public boolean isValid()
Method isValid


marshal

public void marshal(Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setOperation

public void setOperation(String operation)
Sets the value of field 'operation'.

Parameters:
operation - the value of field 'operation'.

setParameters

public void setParameters(Parameters parameters)
Sets the value of field 'parameters'.

Parameters:
parameters - the value of field 'parameters'.

setWsdl

public void setWsdl(String wsdl)
Sets the value of field 'wsdl'.

Parameters:
wsdl - the value of field 'wsdl'.

unmarshal

public static Object unmarshal(Reader reader)
                        throws org.exolab.castor.xml.MarshalException,
                               org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException

HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006