当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
MimeHeadersImpl (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.message
Class MimeHeadersImpl
java.lang.Object
javax.xml.soap.MimeHeaders
org.apache.axis.message.MimeHeadersImpl
- All Implemented Interfaces:
- Externalizable, Serializable
- public class MimeHeadersImpl
- extends javax.xml.soap.MimeHeaders
- implements Externalizable
wraps javax.xml.soap.MimeHeaders and implements java.io.Serializable interface
- See Also:
- Serialized Form
Methods inherited from class javax.xml.soap.MimeHeaders |
addHeader, getAllHeaders, getHeader, getMatchingHeaders, getNonMatchingHeaders, removeAllHeaders, removeHeader, setHeader |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MimeHeadersImpl
public MimeHeadersImpl()
MimeHeadersImpl
public MimeHeadersImpl(javax.xml.soap.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 © 2002 JBoss Group, LLC. All Rights Reserved.