Subversion Repositories XServices

Rev

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

Rev 83 Rev 87
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
36
		// TODO Auto-generated method stub
37
		System.err.println("storeText is not yet implemented");
37
		return null;
38
		return null;
Line 38... Line 39...
38
	}
39
	}
39
 
40
 
-
 
41
	public String storeBinary(AttachmentType binary) throws XServicesFault {
40
	public String storeBinary(AttachmentType binary) throws XServicesFault {
42
		// TODO Auto-generated method stub
41
		// TODO Auto-generated method stub
43
		System.err.println("storeBinary is not yet implemented");
Line 42... Line 44...
42
		return null;
44
		return null;
43
	}
45
	}
Line 48... Line 50...
48
	}
50
	}
Line 49... Line 51...
49
	
51
	
50
	public void deliverCollection(CollectionType collection,
52
	public void deliverCollection(CollectionType collection,
51
			TargetNodeType targetnode, boolean isFiring) throws XServicesFault {
53
			TargetNodeType targetnode, boolean isFiring) throws XServicesFault {
52
		// TODO Auto-generated method stub
-
 
-
 
54
		// TODO Auto-generated method stub
53
		
55
		System.err.println("deliverCollection is not yet implemented");		
Line 54... Line 56...
54
	}
56
	}