BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.soap.codec
Class CodecFactory

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

public class CodecFactory
extends java.lang.Object

Represents a set of encodings associated with a WebServiceProxy

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

Method Summary
static CodecFactory newInstance()
           
 void register(weblogic.soap.codec.Codec codec)
          Register a particular encoding with the CodecFactory.
 void register(java.lang.String uri, weblogic.soap.codec.Codec codec)
          Register a particular encoding with the CodecFactory
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

newInstance

public static CodecFactory newInstance()

Returns:
return a new instance of a CodecFactory

register

public void register(weblogic.soap.codec.Codec codec)
Register a particular encoding with the CodecFactory.

Parameters:
codec - A Codec object which represents a particular encoding

register

public void register(java.lang.String uri,
                     weblogic.soap.codec.Codec codec)
Register a particular encoding with the CodecFactory

Parameters:
codec - A Codec object which represents a particular encoding
uri - The formal URI associated with the encoding. For example, "http://schemas.xmlsoap.org/soap/encoding/" for the SOAP encoding.

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

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.