Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


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

DYNAMIC_SOAP_PROTOCOL

static final String DYNAMIC_SOAP_PROTOCOL
See Also:
Constant Field Values

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.