public class ObjectFactory
extends java.lang.Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.exalead.mercury.mami.fetch.v10
|
public ObjectFactory()
public Fetcher.ConfigRules createFetcherConfigRules()
Fetcher.ConfigRules
public FlushDNSCache createFlushDNSCache()
FlushDNSCache
public GetFetchConfig createGetFetchConfig()
GetFetchConfig
public Addheaders.Headers createAddheadersHeaders()
Addheaders.Headers
public Addparameters createAddparameters()
Addparameters
public ClearFetcher createClearFetcher()
ClearFetcher
public Fetcher.Parameters createFetcherParameters()
Fetcher.Parameters
public FetchConfig createFetchConfig()
FetchConfig
public Responseheader createResponseheader()
Responseheader
public Addparameters.Parameters createAddparametersParameters()
Addparameters.Parameters
public Addheaders createAddheaders()
Addheaders
public GetFetchConfigByVersion createGetFetchConfigByVersion()
GetFetchConfigByVersion
public MimeConfig createMimeConfig()
MimeConfig
public FetchConfig.Mimes createFetchConfigMimes()
FetchConfig.Mimes
public Fetcher.Headers createFetcherHeaders()
Fetcher.Headers
public Auth.Condition createAuthCondition()
Auth.Condition
public SetFetchConfig createSetFetchConfig()
SetFetchConfig
public javax.xml.bind.JAXBElement<GetFetchConfigByVersion> createGetFetchConfigByVersion(GetFetchConfigByVersion value)
public javax.xml.bind.JAXBElement<SetFetchConfig> createSetFetchConfig(SetFetchConfig value)
public javax.xml.bind.JAXBElement<FlushDNSCache> createFlushDNSCache(FlushDNSCache value)
public javax.xml.bind.JAXBElement<MimeConfig> createMimeConfig(MimeConfig value)
public javax.xml.bind.JAXBElement<Addheaders> createAddheaders(Addheaders value)
public javax.xml.bind.JAXBElement<FetchConfig> createFetchConfig(FetchConfig value)
public javax.xml.bind.JAXBElement<Addparameters> createAddparameters(Addparameters value)
public javax.xml.bind.JAXBElement<ClearFetcher> createClearFetcher(ClearFetcher value)
public javax.xml.bind.JAXBElement<GetFetchConfig> createGetFetchConfig(GetFetchConfig value)
public javax.xml.bind.JAXBElement<Responseheader> createResponseheader(Responseheader value)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.