org.apache.axis.message
Class MimeHeaders
java.lang.Object
javax.xml.soap.MimeHeaders
org.apache.axis.message.MimeHeaders
- All Implemented Interfaces:
- Externalizable, Serializable
public class MimeHeaders
- extends MimeHeaders
- implements Externalizable
wraps javax.xml.soap.MimeHeaders and implements java.io.Serializable interface
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MimeHeaders
public MimeHeaders()
MimeHeaders
public MimeHeaders(MimeHeaders h)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
Copyright © The Apache Software Foundation. All Rights Reserved.