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 {