[ http://jira.codehaus.org/browse/XFIRE-126?page=all ]

Dan Diephouse updated XFIRE-126:
--------------------------------

    Fix Version:     (was: 1.1-beta-1)
                 1.1

> Simplify API for outgoing messages
> ----------------------------------
>
>          Key: XFIRE-126
>          URL: http://jira.codehaus.org/browse/XFIRE-126
>      Project: XFire
>         Type: Improvement

>     Reporter: Dan Diephouse
>     Assignee: Dan Diephouse
>      Fix For: 1.1

>
>
> Right now its really hard to control how messages are written. You must set 
> the MessageSerializer. If you are doing message transformations this is a 
> real pain. I.e. For encryption we must do
> - Write the response to a w3c dom document
> - encrypt
> - write the document to the xmlstreamwriter from teh transport
> Doing this is complicated because we must:
> - Create an EncryptedMessageSerializer
> - write a handler which replaces the existing MessageSerializer with ours

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to