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: com.sun.jbi.management.message
|
public ObjectFactory()
public TaskStatusMsg createTaskStatusMsg()
TaskStatusMsgpublic MsgLocInfo createMsgLocInfo()
MsgLocInfopublic JbiTaskResultElement createJbiTaskResultElement()
JbiTaskResultElementpublic TaskResultDetailsElement createTaskResultDetailsElement()
TaskResultDetailsElementpublic FrmwkTaskResultDetails createFrmwkTaskResultDetails()
FrmwkTaskResultDetailspublic TaskResultDetails createTaskResultDetails()
TaskResultDetailspublic FrmwkTaskResult createFrmwkTaskResult()
FrmwkTaskResultpublic JbiTaskResult createJbiTaskResult()
JbiTaskResultpublic ExceptionInfo createExceptionInfo()
ExceptionInfopublic ComponentTaskResult createComponentTaskResult()
ComponentTaskResultpublic JAXBElement<String> createTaskId(String value)
public JAXBElement<String> createIsCauseFramework(String value)
public JAXBElement<TaskResultDetails> createComponentTaskResultDetails(TaskResultDetails value)
public JAXBElement<String> createLocale(String value)
public JAXBElement<String> createTaskResult(String value)
public JAXBElement<String> createLocToken(String value)
public JAXBElement<String> createLocParam(String value)
public JAXBElement<String> createMessageType(String value)
public JAXBElement<String> createLocMessage(String value)
public JAXBElement<String> createStackTrace(String value)
public JAXBElement<String> createComponentName(String value)
public JAXBElement<String> createNestingLevel(String value)
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.