Interface InvocationProcessor
-
- All Known Implementing Classes:
AbstractInvocationCollectionProcessor
,CookieParamProcessor
,FormParamProcessor
,FormProcessor
,HeaderParamProcessor
,MessageBodyParameterProcessor
,URIParamProcessor
public interface InvocationProcessor
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(ClientInvocation invocation, Object param)
-
-
-
Method Detail
-
process
void process(ClientInvocation invocation, Object param)
-
-