Modify BlockImpl to avoid double unmarshalling
----------------------------------------------

                 Key: AXIS2-3417
                 URL: https://issues.apache.org/jira/browse/AXIS2-3417
             Project: Axis 2.0 (Axis2)
          Issue Type: New Feature
          Components: jaxws
         Environment: Windows, java 1.5
            Reporter: Takahide Nogayama


BlockImpl.getBusinessObject() creates an buisiness object from AXIOM.

I am trying to create buisiness object before JAXWSReceiver and set the 
buisiness object into OMSoucedElement. But current 
BlockImpl.getBuisinessObject() can not aware that. The BlockImpl wraps the 
OMSourcedElement by OMStaXWrapper and create same buisiness object again.

This patch modifies BlockImpl to be able to aware such OMSoucedElement which 
has buisiness object and set the buisiness object into BlockImpl.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to