public class XmlValveAdapter extends XmlAdapter<XmlValve,Valve>
Constructor and Description |
---|
XmlValveAdapter() |
Modifier and Type | Method and Description |
---|---|
XmlValve |
marshal(Valve valve) |
Valve |
unmarshal(XmlValve xmlValve) |
public Valve unmarshal(XmlValve xmlValve) throws Exception
unmarshal
in class XmlAdapter<XmlValve,Valve>
Exception
XmlAdapter.unmarshal(java.lang.Object)
public XmlValve marshal(Valve valve) throws Exception
marshal
in class XmlAdapter<XmlValve,Valve>
Exception
XmlAdapter.marshal(java.lang.Object)
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.