Class ObjectFactory
java.lang.Object
org.apache.cxf.ws.transfer.dialect.fragment.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.ws.transfer.dialect.fragment 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.apache.cxf.ws.transfer.dialect.fragment -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ExpressionType>createExpression(ExpressionType value) Create an instance ofExpressionTypeCreate an instance ofFragmentCreate an instance ofFragmentAssertionCreate an instance ofFragmentAssertion.LanguageCreate an instance ofURIjakarta.xml.bind.JAXBElement<ValueType>createValue(ValueType value) Create an instance ofValueType
-
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.cxf.ws.transfer.dialect.fragment
-
-
Method Details
-
createFragmentAssertion
Create an instance ofFragmentAssertion- Returns:
- the new instance of
FragmentAssertion
-
createExpressionType
Create an instance ofExpressionType- Returns:
- the new instance of
ExpressionType
-
createValueType
Create an instance ofValueType- Returns:
- the new instance of
ValueType
-
createFragment
Create an instance ofFragment- Returns:
- the new instance of
Fragment
-
createFragmentAssertionLanguage
Create an instance ofFragmentAssertion.Language- Returns:
- the new instance of
FragmentAssertion.Language
-
createURI
Create an instance ofURI- Returns:
- the new instance of
URI
-
createExpression
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExpressionType>
-
createValue
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ValueType>
-