public class ObjectFactory extends Object
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 and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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)
|
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 |
public ObjectFactory()
public TimerNotification createTimerNotification()
TimerNotification
public NotificationEventType createNotificationEventType()
NotificationEventType
public RelationNotification createRelationNotification()
RelationNotification
public ObjectNamesType createObjectNamesType()
ObjectNamesType
public MBeanServerNotification createMBeanServerNotification()
MBeanServerNotification
public AttributeChangeNotification createAttributeChangeNotification()
AttributeChangeNotification
public JMXConnectionNotification createJMXConnectionNotification()
JMXConnectionNotification
public MonitorNotification createMonitorNotification()
MonitorNotification
public JAXBElement<NotificationEventType> createNotificationEvent(NotificationEventType value)
Apache Camel