com.ibm.websphere.sca.soap.attachments
Interface SerializableMimeHeader

All Superinterfaces:
java.io.Serializable

public interface SerializableMimeHeader
extends java.io.Serializable


Method Summary
 java.lang.String getName()
          Returns the name of this MIME header.
 java.lang.String getValue()
          Returns the value of this MIME header.
 

Method Detail

getName

java.lang.String getName()
Returns the name of this MIME header.

Returns:
The MIME header name. Will not be null

getValue

java.lang.String getValue()
Returns the value of this MIME header.

Returns:
The MIME header value. Will not be null


Copyright © 2006 IBM Corp. All Rights Reserved.