Apache CXF API

org.apache.cxf.transport.jms.wsdl
Class ObjectFactory

java.lang.Object
  extended by 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
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
 JAXBElement<DeliveryModeType> createDeliveryMode(DeliveryModeType value)
          Create an instance of JAXBElement<DeliveryModeType>}
 DeliveryModeType createDeliveryModeType()
          Create an instance of DeliveryModeType
 JAXBElement<JndiConnectionFactoryNameType> createJndiConnectionFactoryName(JndiConnectionFactoryNameType value)
          Create an instance of JAXBElement<JndiConnectionFactoryNameType>}
 JndiConnectionFactoryNameType createJndiConnectionFactoryNameType()
          Create an instance of JndiConnectionFactoryNameType
 JAXBElement<JndiContextParameterType> createJndiContextParameter(JndiContextParameterType value)
          Create an instance of JAXBElement<JndiContextParameterType>}
 JndiContextParameterType createJndiContextParameterType()
          Create an instance of JndiContextParameterType
 JAXBElement<JndiInitialContextFactoryType> createJndiInitialContextFactory(JndiInitialContextFactoryType value)
          Create an instance of JAXBElement<JndiInitialContextFactoryType>}
 JndiInitialContextFactoryType createJndiInitialContextFactoryType()
          Create an instance of JndiInitialContextFactoryType
 JAXBElement<JndiURLType> createJndiURL(JndiURLType value)
          Create an instance of JAXBElement<JndiURLType>}
 JndiURLType createJndiURLType()
          Create an instance of JndiURLType
 JAXBElement<PriorityType> createPriority(PriorityType value)
          Create an instance of JAXBElement<PriorityType>}
 PriorityType createPriorityType()
          Create an instance of PriorityType
 JAXBElement<ReplyToNameType> createReplyToName(ReplyToNameType value)
          Create an instance of JAXBElement<ReplyToNameType>}
 ReplyToNameType createReplyToNameType()
          Create an instance of ReplyToNameType
 JAXBElement<TimeToLiveType> createTimeToLive(TimeToLiveType value)
          Create an instance of JAXBElement<TimeToLiveType>}
 TimeToLiveType createTimeToLiveType()
          Create an instance of TimeToLiveType
 JAXBElement<TopicReplyToNameType> createTopicReplyToName(TopicReplyToNameType value)
          Create an instance of JAXBElement<TopicReplyToNameType>}
 TopicReplyToNameType createTopicReplyToNameType()
          Create an instance of TopicReplyToNameType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

createJndiConnectionFactoryNameType

public JndiConnectionFactoryNameType createJndiConnectionFactoryNameType()
Create an instance of JndiConnectionFactoryNameType


createReplyToNameType

public ReplyToNameType createReplyToNameType()
Create an instance of ReplyToNameType


createPriorityType

public PriorityType createPriorityType()
Create an instance of PriorityType


createJndiURLType

public JndiURLType createJndiURLType()
Create an instance of JndiURLType


createTimeToLiveType

public TimeToLiveType createTimeToLiveType()
Create an instance of TimeToLiveType


createJndiInitialContextFactoryType

public JndiInitialContextFactoryType createJndiInitialContextFactoryType()
Create an instance of JndiInitialContextFactoryType


createDeliveryModeType

public DeliveryModeType createDeliveryModeType()
Create an instance of DeliveryModeType


createTopicReplyToNameType

public TopicReplyToNameType createTopicReplyToNameType()
Create an instance of TopicReplyToNameType


createJndiContextParameterType

public JndiContextParameterType createJndiContextParameterType()
Create an instance of JndiContextParameterType


createJndiContextParameter

public JAXBElement<JndiContextParameterType> createJndiContextParameter(JndiContextParameterType value)
Create an instance of JAXBElement<JndiContextParameterType>}


createTopicReplyToName

public JAXBElement<TopicReplyToNameType> createTopicReplyToName(TopicReplyToNameType value)
Create an instance of JAXBElement<TopicReplyToNameType>}


createJndiInitialContextFactory

public JAXBElement<JndiInitialContextFactoryType> createJndiInitialContextFactory(JndiInitialContextFactoryType value)
Create an instance of JAXBElement<JndiInitialContextFactoryType>}


createJndiURL

public JAXBElement<JndiURLType> createJndiURL(JndiURLType value)
Create an instance of JAXBElement<JndiURLType>}


createPriority

public JAXBElement<PriorityType> createPriority(PriorityType value)
Create an instance of JAXBElement<PriorityType>}


createReplyToName

public JAXBElement<ReplyToNameType> createReplyToName(ReplyToNameType value)
Create an instance of JAXBElement<ReplyToNameType>}


createDeliveryMode

public JAXBElement<DeliveryModeType> createDeliveryMode(DeliveryModeType value)
Create an instance of JAXBElement<DeliveryModeType>}


createTimeToLive

public JAXBElement<TimeToLiveType> createTimeToLive(TimeToLiveType value)
Create an instance of JAXBElement<TimeToLiveType>}


createJndiConnectionFactoryName

public JAXBElement<JndiConnectionFactoryNameType> createJndiConnectionFactoryName(JndiConnectionFactoryNameType value)
Create an instance of JAXBElement<JndiConnectionFactoryNameType>}


Apache CXF API

Apache CXF