Uses of Interface
org.apache.cxf.continuations.ContinuationProvider
-
Packages that use ContinuationProvider Package Description org.apache.cxf.transport.http org.apache.cxf.transport.jms.continuations -
-
Uses of ContinuationProvider in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement ContinuationProvider Modifier and Type Class Description classServlet3ContinuationProviderMethods in org.apache.cxf.transport.http that return ContinuationProvider Modifier and Type Method Description ContinuationProviderContinuationProviderFactory. createContinuationProvider(Message inMessage, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)If this factory can support the given req/resp and provide a ContinuationProvider, it should create one and return it. -
Uses of ContinuationProvider in org.apache.cxf.transport.jms.continuations
Classes in org.apache.cxf.transport.jms.continuations that implement ContinuationProvider Modifier and Type Class Description classJMSContinuationProvider
-