Class ObjectFactory
- java.lang.Object
-
- org.apache.cxf.transport.jms.wsdl.ObjectFactory
-
public class ObjectFactory extends Object
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
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createJndiContextParameterType
public JndiContextParameterType createJndiContextParameterType()
Create an instance ofJndiContextParameterType
-
createJndiConnectionFactoryNameType
public JndiConnectionFactoryNameType createJndiConnectionFactoryNameType()
Create an instance ofJndiConnectionFactoryNameType
-
createJndiInitialContextFactoryType
public JndiInitialContextFactoryType createJndiInitialContextFactoryType()
Create an instance ofJndiInitialContextFactoryType
-
createJndiURLType
public JndiURLType createJndiURLType()
Create an instance ofJndiURLType
-
createDeliveryModeType
public DeliveryModeType createDeliveryModeType()
Create an instance ofDeliveryModeType
-
createPriorityType
public PriorityType createPriorityType()
Create an instance ofPriorityType
-
createTimeToLiveType
public TimeToLiveType createTimeToLiveType()
Create an instance ofTimeToLiveType
-
createReplyToNameType
public ReplyToNameType createReplyToNameType()
Create an instance ofReplyToNameType
-
createTopicReplyToNameType
public TopicReplyToNameType createTopicReplyToNameType()
Create an instance ofTopicReplyToNameType
-
createJndiContextParameter
public javax.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 javax.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 javax.xml.bind.JAXBElement<JndiInitialContextFactoryType> createJndiInitialContextFactory(JndiInitialContextFactoryType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<JndiInitialContextFactoryType>
-
createJndiURL
public javax.xml.bind.JAXBElement<JndiURLType> createJndiURL(JndiURLType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<JndiURLType>
-
createDeliveryMode
public javax.xml.bind.JAXBElement<DeliveryModeType> createDeliveryMode(DeliveryModeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DeliveryModeType>
-
createPriority
public javax.xml.bind.JAXBElement<PriorityType> createPriority(PriorityType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PriorityType>
-
createTimeToLive
public javax.xml.bind.JAXBElement<TimeToLiveType> createTimeToLive(TimeToLiveType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TimeToLiveType>
-
createReplyToName
public javax.xml.bind.JAXBElement<ReplyToNameType> createReplyToName(ReplyToNameType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReplyToNameType>
-
createTopicReplyToName
public javax.xml.bind.JAXBElement<TopicReplyToNameType> createTopicReplyToName(TopicReplyToNameType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TopicReplyToNameType>
-
-