Uses of Class
com.sun.tools.ws.processor.model.AsyncOperationType

Packages that use AsyncOperationType
com.sun.tools.ws.processor.model   
 

Uses of AsyncOperationType in com.sun.tools.ws.processor.model
 

Fields in com.sun.tools.ws.processor.model declared as AsyncOperationType
static AsyncOperationType AsyncOperationType.CALLBACK
           
static AsyncOperationType AsyncOperationType.POLLING
           
 

Methods in com.sun.tools.ws.processor.model that return AsyncOperationType
 AsyncOperationType AsyncOperation.getAsyncType()
           
 

Methods in com.sun.tools.ws.processor.model with parameters of type AsyncOperationType
 void AsyncOperation.setAsyncType(AsyncOperationType type)