IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.http.headers
Interface HeadersFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface HeadersFactory
extends org.eclipse.emf.ecore.EFactory

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

See Also:
HeadersPackage

Field Summary
static java.lang.String COPYRIGHT
           
static HeadersFactory eINSTANCE
           
static HeadersFactory INSTANCE
          The singleton instance of the factory
 
Method Summary
 com.ibm.websphere.http.headers.DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'
 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'
 com.ibm.websphere.http.headers.HTTPMessageParameters createHTTPMessageParameters()
          Returns a new object of class 'HTTP Message Parameters'
 HTTPProxySettings createHTTPProxySettings()
          Returns a new object of class 'HTTP Proxy Settings'
 HTTPSSLSettings createHTTPSSLSettings()
          Returns a new object of class 'HTTPSSL Settings'
 com.ibm.websphere.http.headers.HeadersPackage getHeadersPackage()
          Returns the package supported by this factory
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

COPYRIGHT

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

INSTANCE

static final HeadersFactory INSTANCE
The singleton instance of the factory.


eINSTANCE

static final HeadersFactory eINSTANCE
Method Detail

createDocumentRoot

com.ibm.websphere.http.headers.DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Returns:
a new object of class 'Document Root'.

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'.

createHTTPMessageParameters

com.ibm.websphere.http.headers.HTTPMessageParameters createHTTPMessageParameters()
Returns a new object of class 'HTTP Message Parameters'.

Returns:
a new object of class 'HTTP Message Parameters'.

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'.

getHeadersPackage

com.ibm.websphere.http.headers.HeadersPackage getHeadersPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

IBM WebSphere Application ServerTM
Release 8