当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
MimeHeader (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.soap
Class MimeHeader
java.lang.Object
javax.xml.soap.MimeHeader
- public class MimeHeader
- extends Object
An object that stores a MIME header name and its value. One or more
MimeHeader objects may be contained in a MimeHeaders object.
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MimeHeader
public MimeHeader(String name,
String value)
getName
public String getName()
getValue
public String getValue()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.