pp108 : Operation

Operation


Represents a WSDL operation. It includes information on input, output messages associated with usage of the operation.

Method

Description

getName

Returns the value of the name attribute of the operation node

getDocumentation

Returns the documentation node containing some human readable documentation

getInput

Creates and returns an Input object for the input specified in the operation

getOutput

Creates and returns an Output Object for the output specified in the operation

getPrimitiveValue

Returns the transmission primitive type. Returns 1 if this is a one-way operation Returns 2 if this is a request-response operation Returns 3 if this is a solicit-response operation Returns 4 if this is a notification operation

getParameterOrdering

Returns a collection of parameters for the operation

getDefinition

Returns the parent Definition object corresponding to this Operation object

getXMLNode

Returns the XML node corresponding to this Operation object

getFault(faultName)

This function creates and returns an Fault Object with the given fault name from the operation.

getFaults

This function creates and returns an array of Fault Objects for the all the faults specified in the operation