Skip navigation links
waggle.core.id
Class XObjectIDXmlAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Long,XObjectID>
waggle.core.id.XObjectIDXmlAdapter
-
public class XObjectIDXmlAdapter
- extends XmlAdapter<Long,XObjectID>
XObjectIDXmlAdapter is a helper class for marshaling XObjectIDs through SOAP calls.
XObjectIDXmlAdapter
public XObjectIDXmlAdapter()
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
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.