public class ObjectFactory extends 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.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_2
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ConfigurationPropertiesType> |
createConfigurationProperties(ConfigurationPropertiesType value)
|
ConfigurationPropertiesType |
createConfigurationPropertiesType()
Create an instance of
ConfigurationPropertiesType |
JAXBElement<ConnectorPoolConfigurationType> |
createConnectorPoolConfiguration(ConnectorPoolConfigurationType value)
|
ConnectorPoolConfigurationType |
createConnectorPoolConfigurationType()
Create an instance of
ConnectorPoolConfigurationType |
JAXBElement<Integer> |
createProducerBufferSize(Integer value)
|
JAXBElement<ResultsHandlerConfigurationType> |
createResultsHandlerConfiguration(ResultsHandlerConfigurationType value)
|
ResultsHandlerConfigurationType |
createResultsHandlerConfigurationType()
Create an instance of
ResultsHandlerConfigurationType |
JAXBElement<TimeoutsType> |
createTimeouts(TimeoutsType value)
|
TimeoutsType |
createTimeoutsType()
Create an instance of
TimeoutsType |
public ObjectFactory()
public ResultsHandlerConfigurationType createResultsHandlerConfigurationType()
ResultsHandlerConfigurationType
public TimeoutsType createTimeoutsType()
TimeoutsType
public ConfigurationPropertiesType createConfigurationPropertiesType()
ConfigurationPropertiesType
public ConnectorPoolConfigurationType createConnectorPoolConfigurationType()
ConnectorPoolConfigurationType
public JAXBElement<TimeoutsType> createTimeouts(TimeoutsType value)
public JAXBElement<Integer> createProducerBufferSize(Integer value)
public JAXBElement<ConfigurationPropertiesType> createConfigurationProperties(ConfigurationPropertiesType value)
public JAXBElement<ResultsHandlerConfigurationType> createResultsHandlerConfiguration(ResultsHandlerConfigurationType value)
public JAXBElement<ConnectorPoolConfigurationType> createConnectorPoolConfiguration(ConnectorPoolConfigurationType value)
Copyright © 2013 evolveum. All rights reserved.