com.sun.jersey.core.impl.provider.header
Class StringProvider
java.lang.Object
com.sun.jersey.core.impl.provider.header.StringProvider
- All Implemented Interfaces:
- HeaderDelegateProvider<String>, javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<String>
public class StringProvider
- extends Object
- implements HeaderDelegateProvider<String>
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringProvider
public StringProvider()
supports
public boolean supports(Class<?> type)
- Description copied from interface:
HeaderDelegateProvider
- Ascertain if the Provider supports a particular type.
- Specified by:
supports
in interface HeaderDelegateProvider<String>
- Parameters:
type
- the type that is to be supported.
- Returns:
- true if the type is supported, otherwise false.
toString
public String toString(String header)
- Specified by:
toString
in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<String>
fromString
public String fromString(String header)
- Specified by:
fromString
in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<String>
Copyright © 2011 Oracle Corporation. All Rights Reserved.