|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.notification.extension.inout.WSNotificationExtensionWriter
public class WSNotificationExtensionWriter
This class provides a collection of methods that enable conversion of a
"custom java type" object defined in the xml schema file named
"specifictypesFornotifications.xsd" into a Document object.
This conversion uses JAXB "marshalling" mechanism
| Method Summary | |
|---|---|
static WSNotificationExtensionWriter |
getInstance()
Return an unique - respect to the Singleton design pattern - instance of the WSNotificationExtensionJAXBContext class. |
org.w3c.dom.Document |
writeContextPolicyType(ContextPolicyType javaObj)
marchall a ContextPolicyType object. |
org.w3c.dom.Document |
writeProcessPolicyType(ProcessPolicyType javaObj)
marchall a ProcessPolicyType object. |
org.w3c.dom.Document |
writeResourcesUuidType(ResourcesUuidType javaObj)
marchall a ResourcesUuidType object. |
org.w3c.dom.Document |
writeSOAParameterType(SOAParameterType javaObj)
marchall a SOAParameterType object. |
org.w3c.dom.Document |
writeTerminationTimeType(TerminationTimeType javaObj)
marchall a TerminationTimeType object. |
org.w3c.dom.Document |
writeXsltStyleSheetType(XsltStyleSheetType javaObj)
marchall a XsltStyleSheetType object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WSNotificationExtensionWriter getInstance()
WSNotificationExtensionJAXBContext class.
public org.w3c.dom.Document writeSOAParameterType(SOAParameterType javaObj)
throws WSNotificationExtensionException
SOAParameterType object.
notifyObj - SOAParameterType Java object to marshall
Document representation of the SOAParameterType Java type
WSNotificationExtensionException
public org.w3c.dom.Document writeResourcesUuidType(ResourcesUuidType javaObj)
throws WSNotificationExtensionException
ResourcesUuidType object.
notifyObj - ResourcesUuidType Java object to marshall
Document representation of the ResourcesUuidType Java type
WSNotificationExtensionException
public org.w3c.dom.Document writeXsltStyleSheetType(XsltStyleSheetType javaObj)
throws WSNotificationExtensionException
XsltStyleSheetType object.
notifyObj - XsltStyleSheetType Java object to marshall
Document representation of the XsltStyleSheetType Java type
WSNotificationExtensionException
public org.w3c.dom.Document writeProcessPolicyType(ProcessPolicyType javaObj)
throws WSNotificationExtensionException
ProcessPolicyType object.
notifyObj - ProcessPolicyType Java object to marshall
Document representation of the ProcessPolicyType Java type
WSNotificationExtensionException
public org.w3c.dom.Document writeContextPolicyType(ContextPolicyType javaObj)
throws WSNotificationExtensionException
ContextPolicyType object.
notifyObj - ContextPolicyType Java object to marshall
Document representation of the ContextPolicyType Java type
WSNotificationExtensionException
public org.w3c.dom.Document writeTerminationTimeType(TerminationTimeType javaObj)
throws WSNotificationExtensionException
TerminationTimeType object.
notifyObj - TerminationTimeType Java object to marshall
Document representation of the TerminationTimeType Java type
WSNotificationExtensionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||