add serviceName to WS declaration
git-svn-id: https://brutex.net/svn/xservices/trunk@49 e7e49efb-446e-492e-b9ec-fcafc1997a86tag-20130205r
parent
4609780a59
commit
fd9fef612c
|
@ -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>
|
|
@ -43,7 +43,7 @@ import org.apache.tools.ant.taskdefs.Zip;
|
|||
*/
|
||||
@WebService(targetNamespace = BrutexNamespaces.WS_XSERVICES,
|
||||
endpointInterface="net.brutex.xservices.ws.ArchiveService",
|
||||
name = "ArchiveService")
|
||||
serviceName = "ArchiveService")
|
||||
public class ArchiveServiceImpl implements ArchiveService {
|
||||
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ import org.apache.tools.ant.types.Commandline;
|
|||
@WebService(
|
||||
targetNamespace=BrutexNamespaces.WS_XSERVICES,
|
||||
endpointInterface="net.brutex.xservices.ws.ExecuteService",
|
||||
name="ExecuteService"
|
||||
serviceName="ExecuteService"
|
||||
)
|
||||
public class ExecuteServiceImpl implements ExecuteService {
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ import org.apache.tools.ant.types.FileSet;
|
|||
@WebService(
|
||||
targetNamespace = BrutexNamespaces.WS_XSERVICES,
|
||||
endpointInterface ="net.brutex.xservices.ws.FileService",
|
||||
name = "FileService"
|
||||
serviceName = "FileService"
|
||||
)
|
||||
public class FileServiceImpl implements FileService {
|
||||
|
||||
|
|
Loading…
Reference in New Issue