Package org.apache.turbine.pipeline
Class XmlValveAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<XmlValve,Valve>
-
- org.apache.turbine.pipeline.XmlValveAdapter
-
public class XmlValveAdapter extends XmlAdapter<XmlValve,Valve>
Creates Valve objects.- Author:
- Thomas Vandahl
-
-
Constructor Summary
Constructors Constructor Description XmlValveAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlValvemarshal(Valve valve)Valveunmarshal(XmlValve xmlValve)
-
-
-
Constructor Detail
-
XmlValveAdapter
public XmlValveAdapter()
-
-
Method Detail
-
unmarshal
public Valve unmarshal(XmlValve xmlValve) throws Exception
- Specified by:
unmarshalin classXmlAdapter<XmlValve,Valve>- Throws:
Exception- See Also:
XmlAdapter.unmarshal(java.lang.Object)
-
marshal
public XmlValve marshal(Valve valve) throws Exception
- Specified by:
marshalin classXmlAdapter<XmlValve,Valve>- Throws:
Exception- See Also:
XmlAdapter.marshal(java.lang.Object)
-
-