Subversion Repositories XServices

Rev

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

Rev 87 Rev 114
Line 32... Line 32...
32
@WebService(targetNamespace = BrutexNamespaces.WS_XSERVICES, endpointInterface = "net.brutex.xservices.ws.StorageService", serviceName = StorageService.SERVICE_NAME)
32
@WebService(targetNamespace = BrutexNamespaces.WS_XSERVICES, endpointInterface = "net.brutex.xservices.ws.StorageService", serviceName = StorageService.SERVICE_NAME)
33
public class StorageServiceImpl implements StorageService {
33
public class StorageServiceImpl implements StorageService {
Line 34... Line 34...
34
 
34
 
35
	public String storeText(String text) throws XServicesFault {
35
	public String storeText(String text) throws XServicesFault {
36
		// TODO Auto-generated method stub
-
 
37
		System.err.println("storeText is not yet implemented");
36
		// TODO Auto-generated method stub
38
		return null;
37
		return null;
Line 39... Line 38...
39
	}
38
	}
40
 
39
 
41
	public String storeBinary(AttachmentType binary) throws XServicesFault {
-
 
42
		// TODO Auto-generated method stub
40
	public String storeBinary(AttachmentType binary) throws XServicesFault {
43
		System.err.println("storeBinary is not yet implemented");
41
		// TODO Auto-generated method stub
Line 44... Line 42...
44
		return null;
42
		return null;
45
	}
43
	}
Line 50... Line 48...
50
	}
48
	}
Line 51... Line 49...
51
	
49
	
52
	public void deliverCollection(CollectionType collection,
50
	public void deliverCollection(CollectionType collection,
53
			TargetNodeType targetnode, boolean isFiring) throws XServicesFault {
51
			TargetNodeType targetnode, boolean isFiring) throws XServicesFault {
54
		// TODO Auto-generated method stub
-
 
-
 
52
		// TODO Auto-generated method stub
55
		System.err.println("deliverCollection is not yet implemented");		
53
		
Line 56... Line 54...
56
	}
54
	}