Errai 3.0.1-SNAPSHOT

org.jboss.errai.enterprise.rebind
Class JaxrsResourceMethod

java.lang.Object
  extended by org.jboss.errai.enterprise.rebind.JaxrsResourceMethod

public class JaxrsResourceMethod
extends Object

Represents a JAX-RS resource method.

Author:
Christian Sadilek

Constructor Summary
JaxrsResourceMethod(MetaMethod method, JaxrsHeaders headers, String rootResourcePath)
           
 
Method Summary
 String getAcceptHeader()
           
 String getContentTypeHeader()
           
 Map<String,String> getHeaders()
           
 Statement getHttpMethod()
           
 MetaMethod getMethod()
           
 JaxrsResourceMethodParameters getParameters()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxrsResourceMethod

public JaxrsResourceMethod(MetaMethod method,
                           JaxrsHeaders headers,
                           String rootResourcePath)
Method Detail

getMethod

public MetaMethod getMethod()

getHttpMethod

public Statement getHttpMethod()

getPath

public String getPath()

getParameters

public JaxrsResourceMethodParameters getParameters()

getHeaders

public Map<String,String> getHeaders()

getAcceptHeader

public String getAcceptHeader()

getContentTypeHeader

public String getContentTypeHeader()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.