MimeHeader (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.xml.soap Class MimeHeader

java.lang.Object
  extended by 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.

另请参见:
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 MimeHeader object initialized with the given name and value.

参数:
name - a String giving the name of the header
value - a String giving the value of the header

方法详细信息

getName

public String getName()
Returns the name of this MimeHeader object.

返回:
the name of the header as a String

getValue

public String getValue()
Returns the value of this MimeHeader object.

返回:
the value of the header as a String

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.