Class ArtifactBean.Adapter

  • Enclosing class:
    ArtifactBean

    public static class ArtifactBean.Adapter
    extends java.lang.Object
    Author:
    Mikolaj Izdebski
    • Constructor Summary

      Constructors 
      Constructor Description
      Adapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ArtifactBean marshal​(org.fedoraproject.xmvn.artifact.Artifact artifact)  
      org.fedoraproject.xmvn.artifact.Artifact unmarshal​(ArtifactBean bean)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Adapter

        public Adapter()
    • Method Detail

      • marshal

        public ArtifactBean marshal​(org.fedoraproject.xmvn.artifact.Artifact artifact)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • unmarshal

        public org.fedoraproject.xmvn.artifact.Artifact unmarshal​(ArtifactBean bean)
                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception