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

java.lang.Object
  extended by com.sun.tools.ws.processor.model.AsyncOperationType

public final class AsyncOperationType
extends Object


Field Summary
static AsyncOperationType CALLBACK
           
static AsyncOperationType POLLING
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POLLING

public static final AsyncOperationType POLLING

CALLBACK

public static final AsyncOperationType CALLBACK