Class URIParamProcessor
- java.lang.Object
-
- org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.URIParamProcessor
-
- All Implemented Interfaces:
InvocationProcessor
public class URIParamProcessor extends java.lang.Object implements InvocationProcessor
allows a user to specify the url.- Version:
- $Revision: 1 $
-
-
Constructor Summary
Constructors Constructor Description URIParamProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.net.URI
getUri(java.lang.Object target)
void
process(ClientInvocationBuilder invocation, java.lang.Object param)
-
-
-
Method Detail
-
process
public void process(ClientInvocationBuilder invocation, java.lang.Object param)
- Specified by:
process
in interfaceInvocationProcessor
-
getUri
private java.net.URI getUri(java.lang.Object target)
-
-