Uses of Class
org.overlord.sramp.client.SrampServerException

Uses of SrampServerException in org.overlord.sramp.client
 

Methods in org.overlord.sramp.client that return SrampServerException
 SrampServerException SrampClientExceptionReader.readFrom(Class<SrampServerException> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 

Method parameters in org.overlord.sramp.client with type arguments of type SrampServerException
 SrampServerException SrampClientExceptionReader.readFrom(Class<SrampServerException> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 

Methods in org.overlord.sramp.client that throw SrampServerException
 InputStream SrampAtomApiClient.getArtifactContent(ArtifactType artifactType, String artifactUuid)
          Please see javadoc in SrampAtomApiClient.getArtifactContent(String, String, String).
 InputStream SrampAtomApiClient.getArtifactContent(String artifactModel, String artifactType, String artifactUuid)
          Gets the content for an artifact as an input stream.
 org.jboss.resteasy.plugins.providers.atom.Entry SrampAtomApiClient.getFullArtifactEntry(ArtifactType artifactType, String artifactUuid)
          Please see javadoc in SrampAtomApiClient.getFullArtifactEntry(String, String, String).
 org.jboss.resteasy.plugins.providers.atom.Entry SrampAtomApiClient.getFullArtifactEntry(String artifactModel, String artifactType, String artifactUuid)
          Gets an Atom Entry for the given S-RAMP artifact by UUID.
 org.jboss.resteasy.plugins.providers.atom.Feed SrampAtomApiClient.query(String srampQuery, int page, int pageSize, String orderBy, boolean ascending)
          Executes the given s-ramp query xpath and returns a Feed of the matching artifacts.
 org.jboss.resteasy.plugins.providers.atom.Entry SrampAtomApiClient.uploadArtifact(ArtifactType artifactType, InputStream content, String artifactFileName)
          Please refer to javadoc in SrampAtomApiClient.uploadArtifact(String, String, InputStream, String)
 org.jboss.resteasy.plugins.providers.atom.Entry SrampAtomApiClient.uploadArtifact(String artifactModel, String artifactType, InputStream content, String artifactFileName)
          Uploads an artifact to the s-ramp repository.
 



Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.