Uses of Class com.nsftools.jurst.MethodInfo

Uses in package com.nsftools.jurst

Methods with parameter type com.nsftools.jurst.MethodInfo

Response
Same as callMethod(methodName, params), except you pass a MethodInfo object instead of a method name.
Object
Same as callSimpleMethodList(methodName, paramValues), except you pass your own MethodInfo object instead of a method name.

Methods with return type com.nsftools.jurst.MethodInfo

MethodInfo
WsdlSoapWrapper.getMethod(String methodName)
Look for a method with the given methodName in the given WSDL file, and return a MethodInfo object with information about it.
MethodInfo
WsdlSoapWrapper.getMethod(String methodName, boolean caseSensitive)
Look for a method with the given methodName in the given WSDL file, and return a MethodInfo object with information about it.