public abstract class AbstractResourceHandler extends Object implements ResourceHandler
ResourceHandler when you don't want to return all the resources meta-data.| Constructor and Description |
|---|
AbstractResourceHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInterface()
Interface name of this resource (or
null), can be an URL to a WADL file. |
String |
getResourceType()
Resource type (or
null). |
String |
getTittle()
Detailed title for this path (or
null). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPath, handlepublic String getInterface()
null), can be an URL to a WADL file. See
http://datatracker.ietf.org/doc/rfc6690/getInterface in interface ResourceHandlerpublic String getResourceType()
null). See http://datatracker.ietf.org/doc/rfc6690/getResourceType in interface ResourceHandlerpublic String getTittle()
null). See http://datatracker.ietf.org/doc/rfc6690/getTittle in interface ResourceHandlerCopyright © 2009–2013 Apache MINA Project. All rights reserved.