Class SilverpeasPatchOperationPathAdapter


  • public class SilverpeasPatchOperationPathAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<String,​edu.psu.swe.scim.spec.protocol.data.PatchOperationPath>
    Author:
    silveryocha
    • Constructor Detail

      • SilverpeasPatchOperationPathAdapter

        public SilverpeasPatchOperationPathAdapter()
    • Method Detail

      • unmarshal

        public edu.psu.swe.scim.spec.protocol.data.PatchOperationPath unmarshal​(String v)
                                                                         throws Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​edu.psu.swe.scim.spec.protocol.data.PatchOperationPath>
        Throws:
        Exception
      • marshal

        public String marshal​(edu.psu.swe.scim.spec.protocol.data.PatchOperationPath v)
                       throws Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​edu.psu.swe.scim.spec.protocol.data.PatchOperationPath>
        Throws:
        Exception