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
 javax.xml.bind.JAXBElement<DeliveryModeType> createDeliveryMode(DeliveryModeType value)
          Create an instance of JAXBElement<DeliveryModeType>}
 DeliveryModeType createDeliveryModeType()
          Create an instance of DeliveryModeType
 javax.xml.bind.JAXBElement<JndiConnectionFactoryNameType> createJndiConnectionFactoryName(JndiConnectionFactoryNameType value)
          Create an instance of JAXBElement<JndiConnectionFactoryNameType>}
 JndiConnectionFactoryNameType createJndiConnectionFactoryNameType()
          Create an instance of JndiConnectionFactoryNameType
 javax.xml.bind.JAXBElement<JndiContextParameterType> createJndiContextParameter(JndiContextParameterType value)
          Create an instance of JAXBElement<JndiContextParameterType>}
 JndiContextParameterType createJndiContextParameterType()
          Create an instance of JndiContextParameterType
 javax.xml.bind.JAXBElement<JndiInitialContextFactoryType> createJndiInitialContextFactory(JndiInitialContextFactoryType value)
          Create an instance of JAXBElement<JndiInitialContextFactoryType>}
 JndiInitialContextFactoryType createJndiInitialContextFactoryType()
          Create an instance of JndiInitialContextFactoryType
 javax.xml.bind.JAXBElement<JndiURLType> createJndiURL(JndiURLType value)
          Create an instance of JAXBElement<JndiURLType>}
 JndiURLType createJndiURLType()
          Create an instance of JndiURLType
 javax.xml.bind.JAXBElement<PriorityType> createPriority(PriorityType value)
          Create an instance of JAXBElement<PriorityType>}
 PriorityType createPriorityType()
          Create an instance of PriorityType
 javax.xml.bind.JAXBElement<ReplyToNameType> createReplyToName(ReplyToNameType value)
          Create an instance of JAXBElement<ReplyToNameType>}
 ReplyToNameType createReplyToNameType()
          Create an instance of ReplyToNameType
 javax.xml.bind.JAXBElement<TimeToLiveType> createTimeToLive(TimeToLiveType value)
          Create an instance of JAXBElement<TimeToLiveType>}
 TimeToLiveType createTimeToLiveType()
          Create an instance of TimeToLiveType
 javax.xml.bind.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

createReplyToNameType

public ReplyToNameType createReplyToNameType()
Create an instance of ReplyToNameType


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


createJndiInitialContextFactoryType

public JndiInitialContextFactoryType createJndiInitialContextFactoryType()
Create an instance of JndiInitialContextFactoryType


createJndiURLType

public JndiURLType createJndiURLType()
Create an instance of JndiURLType


createJndiConnectionFactoryNameType

public JndiConnectionFactoryNameType createJndiConnectionFactoryNameType()
Create an instance of JndiConnectionFactoryNameType


createPriorityType

public PriorityType createPriorityType()
Create an instance of PriorityType


createTimeToLiveType

public TimeToLiveType createTimeToLiveType()
Create an instance of TimeToLiveType


createPriority

public javax.xml.bind.JAXBElement<PriorityType> createPriority(PriorityType value)
Create an instance of JAXBElement<PriorityType>}


createJndiContextParameter

public javax.xml.bind.JAXBElement<JndiContextParameterType> createJndiContextParameter(JndiContextParameterType value)
Create an instance of JAXBElement<JndiContextParameterType>}


createJndiURL

public javax.xml.bind.JAXBElement<JndiURLType> createJndiURL(JndiURLType value)
Create an instance of JAXBElement<JndiURLType>}


createReplyToName

public javax.xml.bind.JAXBElement<ReplyToNameType> createReplyToName(ReplyToNameType value)
Create an instance of JAXBElement<ReplyToNameType>}


createJndiInitialContextFactory

public javax.xml.bind.JAXBElement<JndiInitialContextFactoryType> createJndiInitialContextFactory(JndiInitialContextFactoryType value)
Create an instance of JAXBElement<JndiInitialContextFactoryType>}


createTopicReplyToName

public javax.xml.bind.JAXBElement<TopicReplyToNameType> createTopicReplyToName(TopicReplyToNameType value)
Create an instance of JAXBElement<TopicReplyToNameType>}


createJndiConnectionFactoryName

public javax.xml.bind.JAXBElement<JndiConnectionFactoryNameType> createJndiConnectionFactoryName(JndiConnectionFactoryNameType value)
Create an instance of JAXBElement<JndiConnectionFactoryNameType>}


createTimeToLive

public javax.xml.bind.JAXBElement<TimeToLiveType> createTimeToLive(TimeToLiveType value)
Create an instance of JAXBElement<TimeToLiveType>}


createDeliveryMode

public javax.xml.bind.JAXBElement<DeliveryModeType> createDeliveryMode(DeliveryModeType value)
Create an instance of JAXBElement<DeliveryModeType>}


Apache CXF API

Apache CXF