Subversion Repositories XServices

Rev

Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 193
Line 23... Line 23...
23
import javax.jws.WebParam;
23
import javax.jws.WebParam;
24
import javax.jws.WebService;
24
import javax.jws.WebService;
25
import javax.jws.soap.SOAPBinding;
25
import javax.jws.soap.SOAPBinding;
26
import javax.xml.bind.annotation.XmlElement;
26
import javax.xml.bind.annotation.XmlElement;
Line -... Line 27...
-
 
27
 
-
 
28
import org.apache.cxf.annotations.WSDLDocumentation;
27
 
29
 
28
import net.brutex.mgmt.api.xml.AnyEntity;
30
import net.brutex.mgmt.api.xml.AnyEntity;
29
import net.brutex.mgmt.api.xml.Customer;
31
import net.brutex.mgmt.api.xml.Customer;
30
import net.brutex.mgmt.api.xml.Project;
32
import net.brutex.mgmt.api.xml.Project;
31
import net.brutex.mgmt.api.xml.TimesheetEntry;
33
import net.brutex.mgmt.api.xml.TimesheetEntry;