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.
Activity
Dan Diephouse
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Component/s | Core [ 11052 ] |
Dan Diephouse
made changes -
| Fix Version/s | 1.0-M4 [ 11342 ] |
Brian Bonner
made changes -
| Attachment | RestHandler.java [ 15187 ] |
Brian Bonner
made changes -
| Attachment | RestHandlerTest.java [ 15188 ] | |
| Attachment | restRequest.xml [ 15189 ] |
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