Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 49 → Rev 48

/xservices/trunk/src/java/net/brutex/xservices/ws/impl/FileServiceImpl.java
45,7 → 45,7
@WebService(
targetNamespace = BrutexNamespaces.WS_XSERVICES,
endpointInterface ="net.brutex.xservices.ws.FileService",
serviceName = "FileService"
name = "FileService"
)
public class FileServiceImpl implements FileService {
 
/xservices/trunk/src/java/net/brutex/xservices/ws/impl/ArchiveServiceImpl.java
43,7 → 43,7
*/
@WebService(targetNamespace = BrutexNamespaces.WS_XSERVICES,
endpointInterface="net.brutex.xservices.ws.ArchiveService",
serviceName = "ArchiveService")
name = "ArchiveService")
public class ArchiveServiceImpl implements ArchiveService {
 
 
/xservices/trunk/src/java/net/brutex/xservices/ws/impl/ExecuteServiceImpl.java
39,7 → 39,7
@WebService(
targetNamespace=BrutexNamespaces.WS_XSERVICES,
endpointInterface="net.brutex.xservices.ws.ExecuteService",
serviceName="ExecuteService"
name="ExecuteService"
)
public class ExecuteServiceImpl implements ExecuteService {