Package com.sun.xml.ws.api.pipe
Class SyncStartForAsyncFeature
- java.lang.Object
-
- jakarta.xml.ws.WebServiceFeature
-
- com.sun.xml.ws.api.pipe.SyncStartForAsyncFeature
-
public class SyncStartForAsyncFeature extends jakarta.xml.ws.WebServiceFeatureFeature used to request starting a fiber synchronous to the calling thread but allowing it to later switch to run asynchronously to that thread.- Since:
- 2.2.6
-
-
Constructor Summary
Constructors Constructor Description SyncStartForAsyncFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()
-
-
-
Method Detail
-
getID
public String getID()
- Specified by:
getIDin classjakarta.xml.ws.WebServiceFeature
-
-