Apache CXF API

org.apache.cxf.ws.rm.v200502wsa15
Class Adapter4

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Long>
      extended by org.apache.cxf.ws.rm.v200502wsa15.Adapter4

public class Adapter4
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Long>


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

Constructor Detail

Adapter4

public Adapter4()
Method Detail

unmarshal

public Long unmarshal(String value)
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Long>

marshal

public String marshal(Long value)
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Long>

Apache CXF API

Apache CXF