Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 48 → Rev 49

/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",
name = "FileService"
serviceName = "FileService"
)
public class FileServiceImpl implements FileService {