org.apache.tuscany.sca.core.databinding.transformers
Class CallableReferenceXMLAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<javax.xml.transform.Source,org.osoa.sca.CallableReference>
      extended by org.apache.tuscany.sca.core.databinding.transformers.CallableReferenceXMLAdapter

public class CallableReferenceXMLAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<javax.xml.transform.Source,org.osoa.sca.CallableReference>


Constructor Summary
CallableReferenceXMLAdapter()
           
 
Method Summary
 javax.xml.transform.Source marshal(org.osoa.sca.CallableReference v)
           
 org.osoa.sca.CallableReference unmarshal(javax.xml.transform.Source v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableReferenceXMLAdapter

public CallableReferenceXMLAdapter()
Method Detail

unmarshal

public org.osoa.sca.CallableReference unmarshal(javax.xml.transform.Source v)
                                         throws java.lang.Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<javax.xml.transform.Source,org.osoa.sca.CallableReference>
Throws:
java.lang.Exception

marshal

public javax.xml.transform.Source marshal(org.osoa.sca.CallableReference v)
                                   throws java.lang.Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<javax.xml.transform.Source,org.osoa.sca.CallableReference>
Throws:
java.lang.Exception