public class TripAdapter extends XmlAdapter<TripType,Trip>
TripAdapter()
TripType
marshal(Trip arg)
Trip
unmarshal(TripType arg)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TripAdapter()
public Trip unmarshal(TripType arg) throws Exception
unmarshal
XmlAdapter<TripType,Trip>
Exception
public TripType marshal(Trip arg) throws Exception
marshal
Copyright © 2019. All rights reserved.