public class JobAdapter extends XmlAdapter<JobAdapter.JaxbSafeJob,Job>
Job objects over JAXWS webservices by utilizing JobAdapter.JaxbSafeJob as a transport
type.| Modifier and Type | Class and Description |
|---|---|
static class |
JobAdapter.JaxbSafeJob |
| Constructor and Description |
|---|
JobAdapter() |
public JobAdapter.JaxbSafeJob marshal(Job job) throws Exception
marshal in class XmlAdapter<JobAdapter.JaxbSafeJob,Job>Exceptionpublic Job unmarshal(JobAdapter.JaxbSafeJob jaxbSafeJob) throws Exception
unmarshal in class XmlAdapter<JobAdapter.JaxbSafeJob,Job>Exception