[ http://issues.apache.org/jira/browse/AXIS2-1085?page=comments#action_12444442 ] Takahide Nogayama commented on AXIS2-1085: ------------------------------------------
Hi Eran, I am sorry for such a confusing example. ExtractMyActorSOAPHeaderFilter is not good example for AXIS2. I agree that other intermediary are not able to process, if previous node removes SOAP header. This filter may be useful in terms of avoiding to create fruitless OM Element, when ultimate receiver recieve others header. >2. If possible. please explain your reason behind putting this code "inside >Axis2"? Please see FilterDemo2 and PickUpFilter in patch ver 8. The filter finds the OMElement which meets some conditions specified by the user (in this example, the condition is "localName=e1") and saves the reference of the OMElement in List (, Map, Set, or something like that). The list is shared with handlers by using messageContext.set/getProperty. Then handler can access the element without traverse. > 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, > ver5_patch_to_axis2_modules.txt, ver6_patch_to_axis2_modules.txt, > ver7_patch_to_axis2_modules.txt, ver8_patch_to_axis2_modules.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]
