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, wait
getPath, handle
public String getInterface()
null
), can be an URL to a WADL file. See
http://datatracker.ietf.org/doc/rfc6690/getInterface
in interface ResourceHandler
public String getResourceType()
null
). See http://datatracker.ietf.org/doc/rfc6690/getResourceType
in interface ResourceHandler
public String getTittle()
null
). See http://datatracker.ietf.org/doc/rfc6690/getTittle
in interface ResourceHandler
Copyright © 2009–2013 Apache MINA Project. All rights reserved.