|
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | ||||||||
javax.xml.soap Class MimeHeader
java.lang.Objectjavax.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.
- 另请参见:
MimeHeaders
| 构造器摘要 | |
|---|---|
MimeHeader(String name,
String value)
Constructs a MimeHeader object initialized with the given
name and value. |
|
| 方法摘要 | |
|---|---|
String |
getName()
Returns the name of this MimeHeader object. |
String |
getValue()
Returns the value of this MimeHeader object. |
| 类方法继承 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造器详细信息 |
|---|
MimeHeader
public MimeHeader(String name, String value)
- Constructs a
MimeHeaderobject initialized with the given name and value.- 参数:
name- aStringgiving the name of the headervalue- aStringgiving the value of the header
| 方法详细信息 |
|---|
getName
public String getName()
- Returns the name of this
MimeHeaderobject. - 返回:
- the name of the header as a
String
getValue
public String getValue()
- Returns the value of this
MimeHeaderobject. - 返回:
- the value of the header as a
String
|
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | ||||||||
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.
javax.xml.soap.MimeHeader