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