JavaXT Documentation

Method Class

Used to represent a web method.

Constructors

There are no public constructors.

Public Methods

getName( ) returns String
getDescription( ) returns String
getSoapAction( ) returns String
getResultsNodeName( ) returns String
getParameters( ) returns Parameters
Returns a list of input parameters associated with this method.
getOutputs( ) returns Outputs
Returns a list of outputs returned by this method. There should be only one result. Use the getResultsNodeName() method to find the correct output.
equals( String MethodName ) returns boolean
toString( ) returns String