org.plasma.common.bind
Interface DataBinding
public interface DataBinding
marshal
String marshal(Object root)
throws JAXBException
- Throws:
JAXBException
unmarshal
Object unmarshal(String xml)
throws JAXBException
- Throws:
JAXBException
unmarshal
Object unmarshal(InputStream stream)
throws JAXBException
- Throws:
JAXBException
validate
Object validate(String xml)
throws JAXBException
- Throws:
JAXBException
validate
Object validate(InputStream xml)
throws JAXBException,
UnmarshalException
- Throws:
JAXBException
UnmarshalException
getValidationEventHandler
BindingValidationEventHandler getValidationEventHandler()
throws JAXBException
- Throws:
JAXBException
Copyright © 2014. All rights reserved.