BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.soap.codec
Class SoapEncodingCodec

java.lang.Object
  |
  +--weblogic.soap.codec.SoapEncodingCodec

public class SoapEncodingCodec
extends java.lang.Object
implements weblogic.soap.codec.Codec

Represents the SOAP encoding defined in the SOAP 1.1 specification

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Field Summary
static java.lang.String SOAP_ENC
          The SOAP Encoding URI
static java.lang.String SOAP_ENV
          The SOAP Envelope namespace URI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_ENV

public static final java.lang.String SOAP_ENV
The SOAP Envelope namespace URI

SOAP_ENC

public static final java.lang.String SOAP_ENC
The SOAP Encoding URI

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.