com.atlassian.bamboo.rest.adapter
Class PlanResultKeyAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,PlanResultKey>
      extended by com.atlassian.bamboo.rest.adapter.PlanResultKeyAdapter

public class PlanResultKeyAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,PlanResultKey>


Constructor Summary
PlanResultKeyAdapter()
           
 
Method Summary
 java.lang.String marshal(PlanResultKey planResultKey)
           
 PlanResultKey unmarshal(java.lang.String planResultKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanResultKeyAdapter

public PlanResultKeyAdapter()
Method Detail

unmarshal

public PlanResultKey unmarshal(java.lang.String planResultKey)
                        throws java.lang.Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,PlanResultKey>
Throws:
java.lang.Exception

marshal

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


Copyright © 2012 Atlassian. All Rights Reserved.