com.sun.tools.ws.wsdl.document.soap
Class SOAPStyle

java.lang.Object
  extended by com.sun.tools.ws.wsdl.document.soap.SOAPStyle

public final class SOAPStyle
extends Object

A SOAP "style" enumeration.


Field Summary
static SOAPStyle DOCUMENT
           
static SOAPStyle RPC
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RPC

public static final SOAPStyle RPC

DOCUMENT

public static final SOAPStyle DOCUMENT