Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3)

B25988-01


oracle.webservices.soap
Interface SOAPVersion

All Known Implementing Classes:
VersionedMessageFactory, VersionedSOAPFactory

public interface SOAPVersion

Constants representing SOAP Versions available to platform.


Field Summary
static String SOAP_1_1
          Constant for SOAP 1.1 Protocol.
static String SOAP_1_2
          Constant for SOAP 1.2 Protoocol.

 

Field Detail

SOAP_1_1

public static final String SOAP_1_1
Constant for SOAP 1.1 Protocol.
See Also:
Constant Field Values

SOAP_1_2

public static final String SOAP_1_2
Constant for SOAP 1.2 Protoocol.
See Also:
Constant Field Values

Copyright © 2006, Oracle. All Rights Reserved.