com.ibm.websphere.http.headers
Interface HeadersFactory


public interface HeadersFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.


Field Summary
static java.lang.String COPYRIGHT
           
static HeadersFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 HTTPAuthentication createHTTPAuthentication()
          Returns a new object of class 'HTTP Authentication'.
 HTTPControl createHTTPControl()
          Returns a new object of class 'HTTP Control'.
 HTTPCredentials createHTTPCredentials()
          Returns a new object of class 'HTTP Credentials'.
 HTTPHeader createHTTPHeader()
          Returns a new object of class 'HTTP Header'.
 HTTPHeaders createHTTPHeaders()
          Returns a new object of class 'HTTP Headers'.
 HTTPProxySettings createHTTPProxySettings()
          Returns a new object of class 'HTTP Proxy Settings'.
 HTTPSSLSettings createHTTPSSLSettings()
          Returns a new object of class 'HTTPSSL Settings'.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

eINSTANCE

static final HeadersFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createHTTPAuthentication

HTTPAuthentication createHTTPAuthentication()
Returns a new object of class 'HTTP Authentication'.

Returns:
a new object of class 'HTTP Authentication'.

createHTTPControl

HTTPControl createHTTPControl()
Returns a new object of class 'HTTP Control'.

Returns:
a new object of class 'HTTP Control'.

createHTTPCredentials

HTTPCredentials createHTTPCredentials()
Returns a new object of class 'HTTP Credentials'.

Returns:
a new object of class 'HTTP Credentials'.

createHTTPHeader

HTTPHeader createHTTPHeader()
Returns a new object of class 'HTTP Header'.

Returns:
a new object of class 'HTTP Header'.

createHTTPHeaders

HTTPHeaders createHTTPHeaders()
Returns a new object of class 'HTTP Headers'.

Returns:
a new object of class 'HTTP Headers'.

createHTTPProxySettings

HTTPProxySettings createHTTPProxySettings()
Returns a new object of class 'HTTP Proxy Settings'.

Returns:
a new object of class 'HTTP Proxy Settings'.

createHTTPSSLSettings

HTTPSSLSettings createHTTPSSLSettings()
Returns a new object of class 'HTTPSSL Settings'.

Returns:
a new object of class 'HTTPSSL Settings'.