C D G I O P Q R S U

C

ClientRequest - Class in org.overlord.sramp.client
Extends the RESTEasy ClientRequest class in order to provide a ClientExecutor and ResteasyProviderFactory without requiring clients to pass them in.
ClientRequest(String) - Constructor for class org.overlord.sramp.client.ClientRequest
Constructor.

D

delete(Class<T>) - Method in class org.overlord.sramp.client.ClientRequest
 

G

get(Class<T>) - Method in class org.overlord.sramp.client.ClientRequest
 
getArtifactContent(String, String, String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
Gets the content for an artifact as an input stream.
getArtifactContent(ArtifactType, String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
Please see javadoc in getArtifactContent(String, String, String).
getArtifactModel(Entry) - Static method in class org.overlord.sramp.client.SrampClientUtils
Figures out the S-RAMP artifact model for the given Entry.
getArtifactType(Entry) - Static method in class org.overlord.sramp.client.SrampClientUtils
Figures out the S-RAMP artifact type for the given Entry.
getFullArtifactEntry(String, String, String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
Gets an Atom Entry for the given S-RAMP artifact by UUID.
getFullArtifactEntry(ArtifactType, String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
Please see javadoc in getFullArtifactEntry(String, String, String).
getRemoteStackTrace() - Method in exception org.overlord.sramp.client.SrampServerException
 

I

isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.overlord.sramp.client.SrampClientExceptionReader
 

O

org.overlord.sramp.client - package org.overlord.sramp.client
 

P

post(Class<T>) - Method in class org.overlord.sramp.client.ClientRequest
 
put(Class<T>) - Method in class org.overlord.sramp.client.ClientRequest
 

Q

query(String, int, int, String, boolean) - Method in class org.overlord.sramp.client.SrampAtomApiClient
Executes the given s-ramp query xpath and returns a Feed of the matching artifacts.

R

readFrom(Class<SrampServerException>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.overlord.sramp.client.SrampClientExceptionReader
 

S

setRemoteStackTrace(String) - Method in exception org.overlord.sramp.client.SrampServerException
 
SrampAtomApiClient - Class in org.overlord.sramp.client
Class used to communicate with the S-RAMP server.
SrampAtomApiClient(String) - Constructor for class org.overlord.sramp.client.SrampAtomApiClient
Constructor.
SrampClientException - Exception in org.overlord.sramp.client
Exception thrown by the S-RAMP client when an error of some kind is encountered.
SrampClientException() - Constructor for exception org.overlord.sramp.client.SrampClientException
Constructor.
SrampClientException(String) - Constructor for exception org.overlord.sramp.client.SrampClientException
Constructor.
SrampClientException(String, Throwable) - Constructor for exception org.overlord.sramp.client.SrampClientException
Constructor.
SrampClientException(Throwable) - Constructor for exception org.overlord.sramp.client.SrampClientException
Constructor.
SrampClientExceptionReader - Class in org.overlord.sramp.client
A RESTEasy message body reader that is capable of reading an exception from the response body.
SrampClientExceptionReader() - Constructor for class org.overlord.sramp.client.SrampClientExceptionReader
Constructor.
SrampClientUtils - Class in org.overlord.sramp.client
Some useful static utils for users of the s-ramp client.
SrampServerException - Exception in org.overlord.sramp.client
Exception thrown by the S-RAMP client when an error is received from the s-ramp server (repository).
SrampServerException() - Constructor for exception org.overlord.sramp.client.SrampServerException
Constructor.
SrampServerException(String) - Constructor for exception org.overlord.sramp.client.SrampServerException
Constructor.
SrampServerException(String, Throwable) - Constructor for exception org.overlord.sramp.client.SrampServerException
Constructor.
SrampServerException(Throwable) - Constructor for exception org.overlord.sramp.client.SrampServerException
Constructor.

U

unwrapSrampArtifact(String, Artifact) - Static method in class org.overlord.sramp.client.SrampClientUtils
Unwraps the specific BaseArtifactType from the S-RAMP Artifact wrapper element.
unwrapSrampArtifact(ArtifactType, Artifact) - Static method in class org.overlord.sramp.client.SrampClientUtils
Unwraps the specific BaseArtifactType from the S-RAMP Artifact wrapper element.
unwrapSrampArtifact(String, Entry) - Static method in class org.overlord.sramp.client.SrampClientUtils
Unwraps a specific BaseArtifactType from the Atom Entry containing it.
unwrapSrampArtifact(ArtifactType, Entry) - Static method in class org.overlord.sramp.client.SrampClientUtils
Unwraps a specific BaseArtifactType from the Atom Entry containing it.
uploadArtifact(String, String, InputStream, String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
Uploads an artifact to the s-ramp repository.
uploadArtifact(ArtifactType, InputStream, String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
Please refer to javadoc in uploadArtifact(String, String, InputStream, String)

C D G I O P Q R S U

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