Class ObjectFactory
java.lang.Object
org.citrusframework.model.testcase.ws.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.citrusframework.model.testcase.ws package.
An ObjectFactory allows you to programmatically 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.citrusframework.model.testcase.ws -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAssertFaultModelCreate an instance ofAssertFaultModel.FaultDetailCreate an instance ofAssertFaultModel.WhenCreate an instance ofReceiveModelCreate an instance ofReceiveModel.AttachmentCreate an instance ofSendFaultModelCreate an instance ofSendFaultModel.FaultCreate an instance ofSendFaultModel.Fault.FaultDetailCreate an instance ofSendFaultModel.HeaderCreate an instance ofSendFaultModel.Header.ElementCreate an instance ofSendModelCreate an instance ofSoapAttachmentTypeCreate an instance ofSoapAttachmentType.Resource
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.model.testcase.ws
-
-
Method Details
-
createAssertFaultModel
Create an instance ofAssertFaultModel- Returns:
- the new instance of
AssertFaultModel
-
createSendFaultModel
Create an instance ofSendFaultModel- Returns:
- the new instance of
SendFaultModel
-
createReceiveModel
Create an instance ofReceiveModel- Returns:
- the new instance of
ReceiveModel
-
createSoapAttachmentType
Create an instance ofSoapAttachmentType- Returns:
- the new instance of
SoapAttachmentType
-
createSendFaultModelHeader
Create an instance ofSendFaultModel.Header- Returns:
- the new instance of
SendFaultModel.Header
-
createSendFaultModelFault
Create an instance ofSendFaultModel.Fault- Returns:
- the new instance of
SendFaultModel.Fault
-
createAssertFaultModelFaultDetail
Create an instance ofAssertFaultModel.FaultDetail- Returns:
- the new instance of
AssertFaultModel.FaultDetail
-
createAssertFaultModelWhen
Create an instance ofAssertFaultModel.When- Returns:
- the new instance of
AssertFaultModel.When
-
createSendModel
Create an instance ofSendModel- Returns:
- the new instance of
SendModel
-
createReceiveModelAttachment
Create an instance ofReceiveModel.Attachment- Returns:
- the new instance of
ReceiveModel.Attachment
-
createSoapAttachmentTypeResource
Create an instance ofSoapAttachmentType.Resource- Returns:
- the new instance of
SoapAttachmentType.Resource
-
createSendFaultModelHeaderElement
Create an instance ofSendFaultModel.Header.Element- Returns:
- the new instance of
SendFaultModel.Header.Element
-
createSendFaultModelFaultFaultDetail
Create an instance ofSendFaultModel.Fault.FaultDetail- Returns:
- the new instance of
SendFaultModel.Fault.FaultDetail
-