oracle.wsdl.extension.soap
Class SOAPConstants

java.lang.Object
  |
  +--oracle.wsdl.extension.soap.SOAPConstants

public class SOAPConstants
extends java.lang.Object

SOAPConstants defines constant values for SOAP binding.


Field Summary
static int STYLE_DOCUMENT
document style
static int STYLE_RPC
RPC style
static int UNDEFINED
undefined
static int USE_ENCODED
encoded use value
static int USE_LITERAL
literal use value

Constructor Summary
SOAPConstants()

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

STYLE_RPC

public static final int STYLE_RPC
RPC style

STYLE_DOCUMENT

public static final int STYLE_DOCUMENT
document style

USE_LITERAL

public static final int USE_LITERAL
literal use value

USE_ENCODED

public static final int USE_ENCODED
encoded use value

UNDEFINED

public static final int UNDEFINED
undefined

Constructor Detail

SOAPConstants

public SOAPConstants()


Copyright © 2001 Oracle SOAP. All Rights Reserved.