Skip navigation links

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

B28977-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

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

SOAP_1_2

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

Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.