org.apache.cxf.ws.rm.v200502wsa15
Class Adapter5
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Long>
org.apache.cxf.ws.rm.v200502wsa15.Adapter5
public class Adapter5
- extends XmlAdapter<String,Long>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Adapter5
public Adapter5()
unmarshal
public Long unmarshal(String value)
- Specified by:
unmarshal
in class XmlAdapter<String,Long>
marshal
public String marshal(Long value)
- Specified by:
marshal
in class XmlAdapter<String,Long>
Apache CXF