| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlObjectSerializerService
This interface defines methods that an XmlObjectSerializer Service must provide. This will wrap our needs for xml to object and object to xml functionality.
| Method Summary | |
|---|---|
|  Object | fromXml(String xml)Retrieves an Object instance from a String of XML - unmarshals. | 
|  String | toXml(Object object)Marshals out XML from an object instance. | 
| Method Detail | 
|---|
String toXml(Object object)
object - 
Object fromXml(String xml)
xml - 
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||