Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.webservice.encoding
Class AbstractCodec

java.lang.Object
  extended by weblogic.webservice.encoding.AbstractCodec
All Implemented Interfaces:
Deserializer, Serializer
Direct Known Subclasses:
AttachmentCodec, SOAPElementCodec

Deprecated. please migrate to jws for webservices

public abstract class AbstractCodec
extends Object
implements Serializer, Deserializer


Constructor Summary
AbstractCodec()
          Deprecated.  
 
Method Summary
 javax.xml.rpc.encoding.Deserializer getDeserializerAs(String mechanism)
          Deprecated.  
 String getMechanismType()
          Deprecated. Returns constant indicating that this serializer/deserializer uses the weblogic stream mechanism
 javax.xml.rpc.encoding.Serializer getSerializerAs(String mechanism)
          Deprecated.  
 Iterator getSupportedMechanismTypes()
          Deprecated. Returns an Iterator containing a single item -- the constant indicating that this serializer/deserializer uses the weblogic stream mechanism
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface weblogic.xml.schema.binding.Serializer
serialize
 
Methods inherited from interface weblogic.xml.schema.binding.Deserializer
deserialize, deserialize
 

Constructor Detail

AbstractCodec

public AbstractCodec()
Deprecated. 
Method Detail

getMechanismType

public String getMechanismType()
Deprecated. 
Returns constant indicating that this serializer/deserializer uses the weblogic stream mechanism


getDeserializerAs

public javax.xml.rpc.encoding.Deserializer getDeserializerAs(String mechanism)
                                                      throws JAXRPCException
Deprecated. 
Throws:
JAXRPCException

getSerializerAs

public javax.xml.rpc.encoding.Serializer getSerializerAs(String mechanism)
                                                  throws JAXRPCException
Deprecated. 
Throws:
JAXRPCException

getSupportedMechanismTypes

public Iterator getSupportedMechanismTypes()
Deprecated. 
Returns an Iterator containing a single item -- the constant indicating that this serializer/deserializer uses the weblogic stream mechanism

See Also:
AbstractCodec.getMechanismType()

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06