Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty Continuations for SOAP Services

Sounds like you are operating in a layer of abstraction too removed from from Jetty for us to advise you on what you are looking to do, CXF mailing list might be more appropriate? 

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx

On Fri, Jul 14, 2017 at 5:48 AM, Sounak <sounak.maji18@xxxxxxxxx> wrote:
Hi Greg,

I am using Apache cxf framework & Jax-ws API for my Soap service.I am
basically waiting for the request to be completed after
AsyncContext.setTimeout(secs) gets over,ie without any async task.

The problem is I am not using any request object in my method.I am using an
Apache cxf Interceptor which then directs the request to my method for the
particular Context URI. But using startAsync() would need an request object
to be passed along with it.I was facing the same problem for
getContinuation() as well.

How to implement Async() if I don't have any req object?



--
View this message in context: http://jetty.4.x6.nabble.com/Jetty-Continuations-for-SOAP-Services-tp4966805p4966807.html
Sent from the Jetty User mailing list archive at Nabble.com.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top