Class ObjectFactory
java.lang.Object
org.apache.cxf.transport.jms.wsdl.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.transport.jms.wsdl 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.cxf.transport.jms.wsdl -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DeliveryModeType>Create an instance ofDeliveryModeTypejakarta.xml.bind.JAXBElement<JndiConnectionFactoryNameType>Create an instance ofJndiConnectionFactoryNameTypejakarta.xml.bind.JAXBElement<JndiContextParameterType>Create an instance ofJndiContextParameterTypejakarta.xml.bind.JAXBElement<JndiInitialContextFactoryType>Create an instance ofJndiInitialContextFactoryTypejakarta.xml.bind.JAXBElement<JndiURLType>createJndiURL(JndiURLType value) Create an instance ofJndiURLTypejakarta.xml.bind.JAXBElement<PriorityType>createPriority(PriorityType value) Create an instance ofPriorityTypejakarta.xml.bind.JAXBElement<ReplyToNameType>createReplyToName(ReplyToNameType value) Create an instance ofReplyToNameTypejakarta.xml.bind.JAXBElement<TimeToLiveType>createTimeToLive(TimeToLiveType value) Create an instance ofTimeToLiveTypejakarta.xml.bind.JAXBElement<TopicReplyToNameType>Create an instance ofTopicReplyToNameType
-
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.transport.jms.wsdl
-
-
Method Details
-
createJndiContextParameterType
Create an instance ofJndiContextParameterType -
createJndiConnectionFactoryNameType
Create an instance ofJndiConnectionFactoryNameType -
createJndiInitialContextFactoryType
Create an instance ofJndiInitialContextFactoryType -
createJndiURLType
Create an instance ofJndiURLType -
createDeliveryModeType
Create an instance ofDeliveryModeType -
createPriorityType
Create an instance ofPriorityType -
createTimeToLiveType
Create an instance ofTimeToLiveType -
createReplyToNameType
Create an instance ofReplyToNameType -
createTopicReplyToNameType
Create an instance ofTopicReplyToNameType -
createJndiContextParameter
public jakarta.xml.bind.JAXBElement<JndiContextParameterType> createJndiContextParameter(JndiContextParameterType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<JndiContextParameterType>
-
createJndiConnectionFactoryName
public jakarta.xml.bind.JAXBElement<JndiConnectionFactoryNameType> createJndiConnectionFactoryName(JndiConnectionFactoryNameType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<JndiConnectionFactoryNameType>
-
createJndiInitialContextFactory
public jakarta.xml.bind.JAXBElement<JndiInitialContextFactoryType> createJndiInitialContextFactory(JndiInitialContextFactoryType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<JndiInitialContextFactoryType>
-
createJndiURL
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<JndiURLType>
-
createDeliveryMode
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DeliveryModeType>
-
createPriority
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PriorityType>
-
createTimeToLive
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TimeToLiveType>
-
createReplyToName
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReplyToNameType>
-
createTopicReplyToName
public jakarta.xml.bind.JAXBElement<TopicReplyToNameType> createTopicReplyToName(TopicReplyToNameType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TopicReplyToNameType>
-