Class AppSchemaAdapter


  • public class AppSchemaAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​AppSchema>
    • Constructor Detail

      • AppSchemaAdapter

        protected AppSchemaAdapter()
      • AppSchemaAdapter

        public AppSchemaAdapter​(SchemaMapping schemaMapping)
    • Method Detail

      • unmarshal

        public AppSchema unmarshal​(java.lang.String id)
                            throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​AppSchema>
        Throws:
        java.lang.Exception
      • marshal

        public java.lang.String marshal​(AppSchema appSchema)
                                 throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​AppSchema>
        Throws:
        java.lang.Exception