Uses of Class
org.jboss.seam.social.RestVerb

Packages that use RestVerb
org.jboss.seam.social   
org.jboss.seam.social.oauth   
 

Uses of RestVerb in org.jboss.seam.social
 

Methods in org.jboss.seam.social that return RestVerb
static RestVerb RestVerb.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RestVerb[] RestVerb.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RestVerb in org.jboss.seam.social.oauth
 

Methods in org.jboss.seam.social.oauth that return RestVerb
 RestVerb OAuthRequest.getVerb()
          Returns the HTTP Verb
 

Methods in org.jboss.seam.social.oauth with parameters of type RestVerb
 OAuthRequest OAuthProvider.requestFactory(RestVerb verb, String uri)
          Creates an OAuthRequest with the given Rest Verb and uri
 HttpResponse OAuthService.sendSignedRequest(RestVerb verb, String uri)
          Send an OAuth request signed without any parameter
 HttpResponse OAuthService.sendSignedRequest(RestVerb verb, String uri, Map<String,Object> params)
          Send an OAuth request signed with a list a parameter
 HttpResponse OAuthService.sendSignedRequest(RestVerb verb, String uri, String key, Object value)
          Send an OAuth request signed with a single parameter
 HttpResponse OAuthService.sendSignedXmlRequest(RestVerb verb, String uri, String payload)
          Send an OAuth request signed with an XML Paylad as content
 



Copyright © 2011 Seam Framework. All Rights Reserved.