Uses of Class
org.xins.common.collections.BasicPropertyReader

Packages that use BasicPropertyReader
org.xins.server XINS server framework. 
 

Uses of BasicPropertyReader in org.xins.server
 

Methods in org.xins.server that return BasicPropertyReader
protected  BasicPropertyReader SOAPCallingConvention.readInputParameters(Element parametersElem, String functionName)
          Reads the input parameters.
 

Methods in org.xins.server with parameters of type BasicPropertyReader
protected  Element SOAPMapCallingConvention.readInputElem(Element inputElem, String functionName, String parent, Element parentElement, BasicPropertyReader inputParams)
          Parses the SOAP request element according to the rules specified in this class description.
 

Constructors in org.xins.server with parameters of type BasicPropertyReader
FunctionResult(String code, BasicPropertyReader parameters)
          Creates a new FunctionResult instance with a specified set of parameters.
 



See http://www.xins.org/.