Class RequisitionXmlAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,Requisition>
-
- org.opennms.netmgt.provision.service.vmware.RequisitionXmlAdapter
-
public class RequisitionXmlAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,Requisition>
-
-
Constructor Summary
Constructors Constructor Description RequisitionXmlAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
marshal(Requisition v)
Requisition
unmarshal(java.lang.String v)
-
-
-
Method Detail
-
unmarshal
public Requisition unmarshal(java.lang.String v) throws java.lang.Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,Requisition>
- Throws:
java.lang.Exception
-
marshal
public java.lang.String marshal(Requisition v) throws java.lang.Exception
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,Requisition>
- Throws:
java.lang.Exception
-
-