In your "jaxws:endpoint" element, just add something like:

<jaxws:properties>
    <entry key="endpoint-processes-headers" 
          value="{http://cxf.apache.org/outofband/Header}outofbandHeader"/>
</jaxws:properties>

Note: I'm still kind of working on this and it may change again.   The JAX-WS 
TCK is having an issue with this so I may have to adjust it a bit, but I 
haven't had a chance to dig into the failure yet.

I'm also planning on adding an annotation that could be added to the impl.  
Something like:

@ProcessesHeaders( headers = 
{"{http://cxf.apache.org/outofband/Header}outofbandHeader"} )

or similar.


Dan

On Wed February 3 2010 12:28:54 am Christopher Riley wrote:
> The 2.3 migration notes describe the change from earlier releases and the
>  requirement to use the property endpoint-processes-headers set to the
>  QName of the header. I cannot find any details in the documentation as to
>  where and how this property should be set.
> 
> Christopher Riley  |  Manager
> HKM Consulting LLC
> (o)508.923.8685 | (m)508.273.3102
> [email protected]
> hkmconsultingllc.com
> 

-- 
Daniel Kulp
[email protected]
http://www.dankulp.com/blog

Reply via email to