weblogic.webservice.encoding
Class XMLSourceCodec
java.lang.Object
  
weblogic.webservice.encoding.AbstractCodec
      
weblogic.webservice.encoding.AttachmentCodec
          
weblogic.webservice.encoding.XMLSourceCodec
- All Implemented Interfaces: 
 - Serializable, Deserializer, DeserializerFactory, Serializer, SerializerFactory
 
Deprecated. please migrate to jws for webservices
public class XMLSourceCodec
- extends AttachmentCodec
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
xmlEncoding
protected String xmlEncoding
- Deprecated. 
 
XMLSourceCodec
public XMLSourceCodec()
- Deprecated. 
 
deserializeContent
protected Object deserializeContent(Object input)
- Deprecated. 
- Specified by:
 deserializeContent in class AttachmentCodec
 
 
 
getContentType
protected String getContentType()
- Deprecated. 
- Specified by:
 getContentType in class AttachmentCodec
 
 
 
serializeContent
protected Object serializeContent(Object input)
- Deprecated. 
- Specified by:
 serializeContent in class AttachmentCodec