Apache CXF API

org.apache.cxf.transport.jms
Class ObjectFactory

java.lang.Object
  extended by org.apache.cxf.transport.jms.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 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
 
Method Summary
 javax.xml.bind.JAXBElement<AddressType> createAddress(AddressType value)
          Create an instance of JAXBElement<AddressType>}
 AddressType createAddressType()
          Create an instance of AddressType
 javax.xml.bind.JAXBElement<ClientBehaviorPolicyType> createClient(ClientBehaviorPolicyType value)
          Create an instance of JAXBElement<ClientBehaviorPolicyType>}
 ClientBehaviorPolicyType createClientBehaviorPolicyType()
          Create an instance of ClientBehaviorPolicyType
 ClientConfig createClientConfig()
          Create an instance of ClientConfig
 javax.xml.bind.JAXBElement<ClientConfig> createClientConfig(ClientConfig value)
          Create an instance of JAXBElement<ClientConfig>}
 JMSFaultType createJMSFaultType()
          Create an instance of JMSFaultType
 JMSMessageHeadersType createJMSMessageHeadersType()
          Create an instance of JMSMessageHeadersType
 JMSNamingPropertyType createJMSNamingPropertyType()
          Create an instance of JMSNamingPropertyType
 JMSPropertyType createJMSPropertyType()
          Create an instance of JMSPropertyType
 javax.xml.bind.JAXBElement<ServerBehaviorPolicyType> createServer(ServerBehaviorPolicyType value)
          Create an instance of JAXBElement<ServerBehaviorPolicyType>}
 ServerBehaviorPolicyType createServerBehaviorPolicyType()
          Create an instance of ServerBehaviorPolicyType
 ServerConfig createServerConfig()
          Create an instance of ServerConfig
 javax.xml.bind.JAXBElement<ServerConfig> createServerConfig(ServerConfig value)
          Create an instance of JAXBElement<ServerConfig>}
 javax.xml.bind.JAXBElement<SessionPoolType> createSessionPool(SessionPoolType value)
          Create an instance of JAXBElement<SessionPoolType>}
 SessionPoolType createSessionPoolType()
          Create an instance of SessionPoolType
 
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

Method Detail

createJMSFaultType

public JMSFaultType createJMSFaultType()
Create an instance of JMSFaultType


createClientBehaviorPolicyType

public ClientBehaviorPolicyType createClientBehaviorPolicyType()
Create an instance of ClientBehaviorPolicyType


createServerBehaviorPolicyType

public ServerBehaviorPolicyType createServerBehaviorPolicyType()
Create an instance of ServerBehaviorPolicyType


createSessionPoolType

public SessionPoolType createSessionPoolType()
Create an instance of SessionPoolType


createJMSMessageHeadersType

public JMSMessageHeadersType createJMSMessageHeadersType()
Create an instance of JMSMessageHeadersType


createClientConfig

public ClientConfig createClientConfig()
Create an instance of ClientConfig


createServerConfig

public ServerConfig createServerConfig()
Create an instance of ServerConfig


createJMSPropertyType

public JMSPropertyType createJMSPropertyType()
Create an instance of JMSPropertyType


createAddressType

public AddressType createAddressType()
Create an instance of AddressType


createJMSNamingPropertyType

public JMSNamingPropertyType createJMSNamingPropertyType()
Create an instance of JMSNamingPropertyType


createAddress

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


createServer

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


createSessionPool

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


createClient

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


createClientConfig

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


createServerConfig

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


Apache CXF API

Apache CXF