Uses of Class
hu.soft4d.minerva.wsdl.JParameter

Packages that use JParameter
hu.soft4d.minerva.wsdl   
 

Uses of JParameter in hu.soft4d.minerva.wsdl
 

Methods in hu.soft4d.minerva.wsdl that return types with arguments of type JParameter
static java.util.List<JParameter> WSDLUtil.getContainedParameters(org.apache.axis.wsdl.symbolTable.TypeEntry type)
           
 java.util.List<JParameter> JMessage.getParameters(JPortBinding binding, JOperation operation, int direction)
          Convenience method which returns a list of message parameters if a binding, operation and direction are given.
 java.util.List<JParameter> JMessage.getParameters(org.apache.axis.constants.Use use, org.apache.axis.constants.Style style)
          Get the soap:binding style and soap:body for this message.