org.apache.clerezza.triaxrs.headerDelegate
Class URIProvider

java.lang.Object
  extended by 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

Constructor Summary
URIProvider()
           
 
Method Summary
 URI fromString(String header)
           
 String toString(URI header)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIProvider

public URIProvider()
Method Detail

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.