Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
Add a RestHandler in addition to a SoapHandler.
Dan,
So, I created a RestHandler under the org.codehaus.xfire.rest package extending AbstractHandler similar to SoapHandler, and
I kept the HandlerChain messages intact. I've eliminated the SOAP binding since there really isn't any other binding, and the Can you comment on this?
Also, the SoapHandlerTest only responded that both CheckPointHandlers were invoked. The RestHandlerTest handles this the same way.
Brian