RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.plugins.delegates
Class UriHeaderDelegate

java.lang.Object
  extended by org.jboss.resteasy.plugins.delegates.UriHeaderDelegate
All Implemented Interfaces:
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate

public class UriHeaderDelegate
extends Object
implements javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate

Version:
$Revision: 1 $
Author:
Bill Burke

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

Constructor Detail

UriHeaderDelegate

public UriHeaderDelegate()
Method Detail

fromString

public Object fromString(String value)
                  throws IllegalArgumentException
Specified by:
fromString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Throws:
IllegalArgumentException

toString

public String toString(Object value)
Specified by:
toString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.