Apache CXF API

org.apache.cxf.jaxrs.impl
Class ResourceInfoImpl

java.lang.Object
  extended by org.apache.cxf.jaxrs.impl.ResourceInfoImpl
All Implemented Interfaces:
javax.ws.rs.container.ResourceInfo

public class ResourceInfoImpl
extends Object
implements javax.ws.rs.container.ResourceInfo


Constructor Summary
ResourceInfoImpl(Message m)
           
ResourceInfoImpl(OperationResourceInfo ori)
           
 
Method Summary
 Class<?> getResourceClass()
           
 Method getResourceMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceInfoImpl

public ResourceInfoImpl(Message m)

ResourceInfoImpl

public ResourceInfoImpl(OperationResourceInfo ori)
Method Detail

getResourceMethod

public Method getResourceMethod()
Specified by:
getResourceMethod in interface javax.ws.rs.container.ResourceInfo

getResourceClass

public Class<?> getResourceClass()
Specified by:
getResourceClass in interface javax.ws.rs.container.ResourceInfo

Apache CXF API

Apache CXF