com.sun.xml.ws.api.pipe
Class SyncStartForAsyncFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.sun.xml.ws.api.pipe.SyncStartForAsyncFeature

public class SyncStartForAsyncFeature
extends WebServiceFeature

Feature 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

Field Summary
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
SyncStartForAsyncFeature()
           
 
Method Summary
 String getID()
           
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncStartForAsyncFeature

public SyncStartForAsyncFeature()
Method Detail

getID

public String getID()
Specified by:
getID in class WebServiceFeature


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.