com.bea.wli.sb.sources
Interface Headers.Header

Enclosing interface:
Headers

public static interface Headers.Header

Represents an RFC822 header. All implementations of this interface must override the Object.toString() method and return an RFC822 compliant header-line (but not including line terminators!).


Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 

Method Detail

getName

java.lang.String getName()

getValue

java.lang.String getValue()