com.ebmwebsourcing.easyviper.core.api.marshalling.factory
Interface Factory<E>
- All Known Subinterfaces:
- ExternalMessageFactory, InternalMessageFactory, VariableFactory
public interface Factory<E>
This interface describes operations needed to (u)marshal
EasyViper elements E.
read
E read(org.w3c.dom.Document doc)
throws CoreException
- Throws:
CoreException
getDocument
org.w3c.dom.Document getDocument(E e)
throws CoreException
- Throws:
CoreException
create
E create()
throws CoreException
- Throws:
CoreException
Copyright © 2012 Petals Link. All Rights Reserved.