Subversion Repositories XServices

Rev

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

Rev 46 Rev 49
Line 43... Line 43...
43
 * @author Brian Rosenberger, bru@brutex.de
43
 * @author Brian Rosenberger, bru@brutex.de
44
 */
44
 */
45
@WebService(
45
@WebService(
46
		targetNamespace = BrutexNamespaces.WS_XSERVICES, 
46
		targetNamespace = BrutexNamespaces.WS_XSERVICES, 
47
		endpointInterface ="net.brutex.xservices.ws.FileService", 
47
		endpointInterface ="net.brutex.xservices.ws.FileService", 
48
		name = "FileService"
48
		serviceName = "FileService"
49
			)
49
			)
50
public class FileServiceImpl implements FileService {
50
public class FileServiceImpl implements FileService {
Line 51... Line 51...
51
 
51
 
52
    /* (non-Javadoc)
52
    /* (non-Javadoc)