BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.soap.codec
Class SoapEncodingCodec

java.lang.Object
  |
  +--weblogic.soap.codec.SoapEncodingCodec
Direct Known Subclasses:
SimpleSoapEncodingCodec

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
protected  boolean debug
           
static java.lang.String SOAP_ENC
          The SOAP Encoding URI
static java.lang.String SOAP_ENV
          The SOAP Envelope namespace URI
 
Constructor Summary
protected SoapEncodingCodec(boolean flag)
           
 
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

debug

protected boolean debug
Constructor Detail

SoapEncodingCodec

protected SoapEncodingCodec(boolean flag)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

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