|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final java.lang.String COPYRIGHT
static final HeadersFactory eINSTANCE
Method Detail |
---|
HTTPAuthentication createHTTPAuthentication()
HTTPControl createHTTPControl()
HTTPCredentials createHTTPCredentials()
HTTPHeader createHTTPHeader()
HTTPHeaders createHTTPHeaders()
HTTPProxySettings createHTTPProxySettings()
HTTPSSLSettings createHTTPSSLSettings()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |