Class ObjectFactory
java.lang.Object
org.apache.camel.component.salesforce.api.dto.bulk.ObjectFactory
This object contains factory methods for each Java content interface and Java element interface in the
org.apache.camel.component.salesforce.api.dto.bulk package.
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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.camel.component.salesforce.api.dto.bulk -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofBatchInfojakarta.xml.bind.JAXBElement<BatchInfo>createBatchInfo(BatchInfo value) Create an instance ofBatchInfoListjakarta.xml.bind.JAXBElement<BatchInfoList>createBatchInfoList(BatchInfoList value) Create an instance ofBatchResultCreate an instance ofErrorjakarta.xml.bind.JAXBElement<Error>createError(Error value) Create an instance ofJobInfojakarta.xml.bind.JAXBElement<JobInfo>createJobInfo(JobInfo value) Create an instance ofQueryResultjakarta.xml.bind.JAXBElement<QueryResult>createQueryResult(QueryResult value) Create an instance ofQueryResultListCreate an instance ofResultCreate an instance ofResultErrorjakarta.xml.bind.JAXBElement<QueryResultList>createResultList(QueryResultList value) jakarta.xml.bind.JAXBElement<BatchResult>createResults(BatchResult value) Create an instance ofSObject
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.camel.component.salesforce.api.dto.bulk
-
-
Method Details
-
createSObject
Create an instance ofSObject -
createResultError
Create an instance ofResultError -
createBatchInfo
Create an instance ofBatchInfo -
createBatchResult
Create an instance ofBatchResult -
createQueryResultList
Create an instance ofQueryResultList -
createError
Create an instance ofError -
createBatchInfoList
Create an instance ofBatchInfoList -
createResult
Create an instance ofResult -
createJobInfo
Create an instance ofJobInfo -
createQueryResult
Create an instance ofQueryResult -
createJobInfo
-
createBatchInfo
-
createError
-
createResults
-
createResultList
-
createBatchInfoList
-
createQueryResult
-