org.jibx.ws.soap
Class SoapVersion

java.lang.Object
  extended by org.jibx.ws.soap.SoapVersion

public final class SoapVersion
extends Object

An enumeration of supported SOAP versions.


Field Summary
static SoapVersion SOAP1_1
          SOAP Version 1.1.
 
Method Summary
 String toString()
          Describes the version.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SOAP1_1

public static final SoapVersion SOAP1_1
SOAP Version 1.1.

Method Detail

toString

public String toString()
Describes the version.

Overrides:
toString in class Object
Returns:
description


Project Web Site