String childName = "symbol";
childNames.add(childName);
String symbolObj = new String("IBM");
Map<String, Object> childObjects= new WeakHashMap<String, Object>();
childObjects.put(childName, symbolObj);
Object jaxbObject = wrapper.wrap(jaxbClass, childNames, childObjects);
org.test.stock2.GetPrice getPrice = (org.test.stock2.GetPrice)jaxbObject;
}catch(JAXBWrapperException e){
e.printStackTrace();
}catch(ClassNotFoundException e){