Class UriHeaderDelegate
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.delegates.UriHeaderDelegate
 
 
- 
- All Implemented Interfaces:
 javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>
public class UriHeaderDelegate extends Object implements javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static UriHeaderDelegateINSTANCE 
- 
Constructor Summary
Constructors Constructor Description UriHeaderDelegate() 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final UriHeaderDelegate INSTANCE
 
 - 
 
- 
Method Detail
- 
fromString
public URI fromString(String value) throws IllegalArgumentException
- Specified by:
 fromStringin interfacejavax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>- Throws:
 IllegalArgumentException
 
 - 
 
 -