org.apache.camel.component.jmx.jaxb
Class ObjectFactory

java.lang.Object
  extended by org.apache.camel.component.jmx.jaxb.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.camel.component.jmx.jaxb 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.camel.component.jmx.jaxb
 
Method Summary
 AttributeChangeNotification createAttributeChangeNotification()
          Create an instance of AttributeChangeNotification
 JMXConnectionNotification createJMXConnectionNotification()
          Create an instance of JMXConnectionNotification
 MBeanServerNotification createMBeanServerNotification()
          Create an instance of MBeanServerNotification
 MonitorNotification createMonitorNotification()
          Create an instance of MonitorNotification
 JAXBElement<NotificationEventType> createNotificationEvent(NotificationEventType value)
          Create an instance of JAXBElement<NotificationEventType>}
 NotificationEventType createNotificationEventType()
          Create an instance of NotificationEventType
 ObjectNamesType createObjectNamesType()
          Create an instance of ObjectNamesType
 RelationNotification createRelationNotification()
          Create an instance of RelationNotification
 TimerNotification createTimerNotification()
          Create an instance of TimerNotification
 
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.camel.component.jmx.jaxb

Method Detail

createTimerNotification

public TimerNotification createTimerNotification()
Create an instance of TimerNotification


createNotificationEventType

public NotificationEventType createNotificationEventType()
Create an instance of NotificationEventType


createRelationNotification

public RelationNotification createRelationNotification()
Create an instance of RelationNotification


createObjectNamesType

public ObjectNamesType createObjectNamesType()
Create an instance of ObjectNamesType


createMBeanServerNotification

public MBeanServerNotification createMBeanServerNotification()
Create an instance of MBeanServerNotification


createAttributeChangeNotification

public AttributeChangeNotification createAttributeChangeNotification()
Create an instance of AttributeChangeNotification


createJMXConnectionNotification

public JMXConnectionNotification createJMXConnectionNotification()
Create an instance of JMXConnectionNotification


createMonitorNotification

public MonitorNotification createMonitorNotification()
Create an instance of MonitorNotification


createNotificationEvent

public JAXBElement<NotificationEventType> createNotificationEvent(NotificationEventType value)
Create an instance of JAXBElement<NotificationEventType>}



Apache Camel