add serviceName to WS declaration

git-svn-id: https://brutex.net/svn/xservices/trunk@49 e7e49efb-446e-492e-b9ec-fcafc1997a86
tag-20130205r
Brian Rosenberger 2011-01-29 20:08:10 +00:00
parent 4609780a59
commit fd9fef612c
4 changed files with 3 additions and 7 deletions

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system">
<nextCatalog catalog="nbproject/private/retriever/catalog.xml"/>
</catalog>

View File

@ -43,7 +43,7 @@ import org.apache.tools.ant.taskdefs.Zip;
*/ */
@WebService(targetNamespace = BrutexNamespaces.WS_XSERVICES, @WebService(targetNamespace = BrutexNamespaces.WS_XSERVICES,
endpointInterface="net.brutex.xservices.ws.ArchiveService", endpointInterface="net.brutex.xservices.ws.ArchiveService",
name = "ArchiveService") serviceName = "ArchiveService")
public class ArchiveServiceImpl implements ArchiveService { public class ArchiveServiceImpl implements ArchiveService {

View File

@ -39,7 +39,7 @@ import org.apache.tools.ant.types.Commandline;
@WebService( @WebService(
targetNamespace=BrutexNamespaces.WS_XSERVICES, targetNamespace=BrutexNamespaces.WS_XSERVICES,
endpointInterface="net.brutex.xservices.ws.ExecuteService", endpointInterface="net.brutex.xservices.ws.ExecuteService",
name="ExecuteService" serviceName="ExecuteService"
) )
public class ExecuteServiceImpl implements ExecuteService { public class ExecuteServiceImpl implements ExecuteService {

View File

@ -45,7 +45,7 @@ import org.apache.tools.ant.types.FileSet;
@WebService( @WebService(
targetNamespace = BrutexNamespaces.WS_XSERVICES, targetNamespace = BrutexNamespaces.WS_XSERVICES,
endpointInterface ="net.brutex.xservices.ws.FileService", endpointInterface ="net.brutex.xservices.ws.FileService",
name = "FileService" serviceName = "FileService"
) )
public class FileServiceImpl implements FileService { public class FileServiceImpl implements FileService {