org.pentaho.platform.scheduler2.ws
Class JobAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<JobAdapter.JaxbSafeJob,Job>
org.pentaho.platform.scheduler2.ws.JobAdapter
public class JobAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<JobAdapter.JaxbSafeJob,Job>
Handles the sending of JobAdapter.JaxbSafeJob
objects over JAXWS webservices by utilizing
JobAdapter.JaxbSafeJob
as a transport type.
- Author:
- aphillips
JobAdapter
public JobAdapter()
marshal
public JobAdapter.JaxbSafeJob marshal(Job job)
throws Exception
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<JobAdapter.JaxbSafeJob,Job>
- Throws:
Exception
unmarshal
public Job unmarshal(JobAdapter.JaxbSafeJob jaxbSafeJob)
throws Exception
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<JobAdapter.JaxbSafeJob,Job>
- Throws:
Exception