com.evolveum.midpoint.xml.util
Interface XMLMarshaller


public interface XMLMarshaller

Sample Class Doc

Since:
1.0.0
Version:
$Revision$ $Date$
Author:
$author$

Field Summary
static java.lang.String code_id
           
 
Method Summary
 java.lang.String marshal(java.lang.Object xmlObject)
           
 void marshal(java.lang.Object xmlObject, org.w3c.dom.Node node)
           
 java.lang.Object unmarshal(java.io.File file)
           
 java.lang.Object unmarshal(java.io.InputStream input)
           
 java.lang.Object unmarshal(java.lang.String xmlString)
           
 

Field Detail

code_id

static final java.lang.String code_id
See Also:
Constant Field Values
Method Detail

marshal

java.lang.String marshal(java.lang.Object xmlObject)
                         throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

marshal

void marshal(java.lang.Object xmlObject,
             org.w3c.dom.Node node)
             throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

unmarshal

java.lang.Object unmarshal(java.lang.String xmlString)
                           throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

unmarshal

java.lang.Object unmarshal(java.io.File file)
                           throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

unmarshal

java.lang.Object unmarshal(java.io.InputStream input)
                           throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException


Copyright © 2011 evolveum. All Rights Reserved.