|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.webservice.encoding.AbstractCodec
public abstract class AbstractCodec
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 |
---|
public AbstractCodec()
Method Detail |
---|
public String getMechanismType()
public javax.xml.rpc.encoding.Deserializer getDeserializerAs(String mechanism) throws JAXRPCException
JAXRPCException
public javax.xml.rpc.encoding.Serializer getSerializerAs(String mechanism) throws JAXRPCException
JAXRPCException
public Iterator getSupportedMechanismTypes()
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.5) Part Number E13941-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |