[ http://issues.apache.org/jira/browse/AXIS2-1085?page=comments#action_12443132 ] Rich Scheuerle commented on AXIS2-1085: ---------------------------------------
I just resolved WSCOMMONS-76. Now we need to discuss the contribution of a plugin Filter. The filter has the following characteristics: * It is an XMLStreamReader. * It is a BuilderAwareReader (so that it can get access the OM built by the builder) * It has access to the Axis2 MessageContext. I have some questions: 1) I read the contributed patches, and Takahide would like the plugin Filter to be applied at all places where an OM is built from an XMLStreamReader. Is this correct ? 2) Would it be appropriate to add a getXMLFilter() method on the AxisConfiguration ? The default behavior could use something like the contributed FilterRegistry. 3) Would it be appropriate to add the Filter and related code into the kernel module ? Perhaps with a package name of org.apache.axis2.xmlfilter. 4) Takahide, can you contribute a default Filter and a unit test ? > StAX Filter [ Data conversion, extraction, or do something between > XMLStreamReader and StAXBuilder] > --------------------------------------------------------------------------------------------------- > > Key: AXIS2-1085 > URL: http://issues.apache.org/jira/browse/AXIS2-1085 > Project: Apache Axis 2.0 (Axis2) > Issue Type: New Feature > Components: core > Environment: windows > Reporter: Takahide Nogayama > Assigned To: Rich Scheuerle > Attachments: patchAXIOM_to_moduleaxiom-apisrcmainjava.txt, > patchAXIS2_to_moduleskernelsrc.txt, src_demo.zip, > StAX_filter_architecture.ppt, > ver2_patch_to_axiom_modules_axiom-api_src_main_java_org_apache_axiom_om_impl_builder.txt, > ver2_patch_to_axis2_modules_kernel_src_org_apache_axis2_transport.txt > > > To use this Filter in AXIS2, we have to change AXIS2 alittle. > See > http://issues.apache.org/jira/browse/WSCOMMONS-76 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
