org.apache.clerezza.triaxrs.headerDelegate
Class URIProvider
java.lang.Object
org.apache.clerezza.triaxrs.headerDelegate.URIProvider
- All Implemented Interfaces:
- javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>
public class URIProvider
- extends Object
- implements javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>
simple uri provider
- Author:
- szalay
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URIProvider
public URIProvider()
toString
public String toString(URI header)
- Specified by:
toString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>
fromString
public URI fromString(String header)
- Specified by:
fromString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.