fr.opensagres.xdocreport.remoting.resources.services.jaxws
Interface JAXWSResourcesService

All Superinterfaces:
ResourcesService
All Known Implementing Classes:
FileResourcesService, JAXWSResourcesServiceClient, JAXWSResourcesServiceImpl, WebAppResourcesServiceListener

public interface JAXWSResourcesService
extends ResourcesService

This class was generated by Apache CXF 2.6.1 2012-06-11T23:09:18.718+02:00 Generated source version: 2.6.1


Method Summary
 BinaryData download(String resourceId)
          Download the content of the given unique resource id.
 List<BinaryData> downloadMultiple(List<String> resourceIds)
           
 String getName()
          Returns the repository name.
 Resource getRoot()
          Returns the root resource.
 Resource getRootWithFilter(Filter filter)
           
 void upload(BinaryData content)
           
 

Method Detail

upload

void upload(BinaryData content)
Specified by:
upload in interface ResourcesService

getRoot

Resource getRoot()
Description copied from interface: ResourcesService
Returns the root resource.

Specified by:
getRoot in interface ResourcesService
Returns:

downloadMultiple

@RequestWrapper(localName="downloadMultiple",
                targetNamespace="http://domain.resources.remoting.xdocreport.opensagres.fr/",
                className="fr.opensagres.xdocreport.remoting.resources.domain.DownloadMultiple")
@ResponseWrapper(localName="downloadMultipleResponse",
                 targetNamespace="http://domain.resources.remoting.xdocreport.opensagres.fr/",
                 className="fr.opensagres.xdocreport.remoting.resources.domain.DownloadMultipleResponse")
List<BinaryData> downloadMultiple(List<String> resourceIds)
Specified by:
downloadMultiple in interface ResourcesService

getName

String getName()
Description copied from interface: ResourcesService
Returns the repository name.

Specified by:
getName in interface ResourcesService
Returns:

download

BinaryData download(String resourceId)
Description copied from interface: ResourcesService
Download the content of the given unique resource id.

Specified by:
download in interface ResourcesService
Returns:
the byte array of the content of the given resourcePath.

getRootWithFilter

Resource getRootWithFilter(Filter filter)
Specified by:
getRootWithFilter in interface ResourcesService


Copyright © 2013. All rights reserved.