com.popcornmonsters.ap4j
Class ObjectBuilder

com.popcornmonsters.ap4j.ObjectBuilder

public class ObjectBuilder

This is used to convert an XML string into a java object.


Constructor Summary
ObjectBuilder()
           
 
Method Summary
static ResultVO getVOFromResults(java.lang.String results)
          Converts an XML string into a ResultVO object
 

Constructor Detail

ObjectBuilder

public ObjectBuilder()
Method Detail

getVOFromResults

public static ResultVO getVOFromResults(java.lang.String results)
Converts an XML string into a ResultVO object
Parameters:
results -  
Returns: