Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.core.id
Class XObjectIDXmlAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<Long,XObjectID>
      extended by waggle.core.id.XObjectIDXmlAdapter


public class XObjectIDXmlAdapter
extends XmlAdapter<Long,XObjectID>

XObjectIDXmlAdapter is a helper class for marshaling XObjectIDs through SOAP calls.


Constructor Summary
XObjectIDXmlAdapter()
           

 

Method Summary
 Long marshal(XObjectID objectID)
           
 XObjectID unmarshal(Long longValue)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

XObjectIDXmlAdapter

public XObjectIDXmlAdapter()

Method Detail

unmarshal

public XObjectID unmarshal(Long longValue)
                    throws Exception
Specified by:
unmarshal in class XmlAdapter<Long,XObjectID>
Throws:
Exception

marshal

public Long marshal(XObjectID objectID)
             throws Exception
Specified by:
marshal in class XmlAdapter<Long,XObjectID>
Throws:
Exception

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.