Use Packaged wrapper Bean or Generate Wrappers if not packaged.
---------------------------------------------------------------

                 Key: AXIS2-4775
                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
             Project: Axis2
          Issue Type: Bug
          Components: jaxws
            Reporter: Nikhil Thaker
            Assignee: Nikhil Thaker
         Attachments: patch_with_tests.txt

JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if 
customer packages them or Generate the wrapper Wrapper Beans if customer does 
not use this Bean a chooses to package them. This function is already present 
in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is 
less robust and less performant. I am adding function where if Generated Beans 
are packaged in a cache we will use them, so we use DocLitWrappedMarshaller 
which is more performant and robust, if these beans are not in the cache we 
will use the DocLitWrappedMinimum marshaller.

-- 
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