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
 String getName()
           
 String getValue()
           
 

Method Detail

getName

String getName()

getValue

String getValue()