public class AgencyAdapter extends XmlAdapter<AgencyType,Agency>
Constructor and Description |
---|
AgencyAdapter() |
Modifier and Type | Method and Description |
---|---|
AgencyType |
marshal(Agency arg) |
Agency |
unmarshal(AgencyType arg) |
public Agency unmarshal(AgencyType arg) throws Exception
unmarshal
in class XmlAdapter<AgencyType,Agency>
Exception
public AgencyType marshal(Agency arg) throws Exception
marshal
in class XmlAdapter<AgencyType,Agency>
Exception
Copyright © 2019. All rights reserved.