|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.notification.extension.inout.WSNotificationExtensionReader
public class WSNotificationExtensionReader
This class provides a collection of methods that enable conversion of a
Document object into a "custom java type" object defined in the xml schema
file named "specifictypesFornotifications.xsd". This conversion uses JAXB
"unmarshalling" mechanism
| Method Summary | |
|---|---|
static WSNotificationExtensionReader |
getInstance()
Return an unique - respect to the Singleton design pattern - instance of the WSNotificationExtensionReader class. |
ContextPolicyType |
readContextPolicyType(org.w3c.dom.Document javaObj)
Unmarshall ContextPolicyType object from a Document representation fragment object |
ProcessPolicyType |
readProcessPolicyType(org.w3c.dom.Document javaObj)
Unmarshall ProcessPolicyType object from a Document representation fragment object |
ResourcesUuidType |
readResourcesUuidType(org.w3c.dom.Document javaObj)
Unmarshall ResourcesUuidType object from a Document representation fragment object |
SOAParameterType |
readSOAParameterType(org.w3c.dom.Document javaObj)
Unmarshall SOAParameterType object from a Document representation fragment object |
TerminationTimeType |
readTerminationTimeType(org.w3c.dom.Document javaObj)
Unmarshall TerminationTimeType object from a Document representation fragment object |
XsltStyleSheetType |
readXsltStyleSheetType(org.w3c.dom.Document javaObj)
Unmarshall XsltStyleSheetType object from a Document representation fragment object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WSNotificationExtensionReader getInstance()
WSNotificationExtensionReader class.
public SOAParameterType readSOAParameterType(org.w3c.dom.Document javaObj)
throws WSNotificationExtensionException
SOAParameterType object from a Document representation fragment object
javaObj - Document object representation of SOAParameterType Java type
SOAParameterType object (type generated with jaxb tools)
WSNotificationExtensionException
public ResourcesUuidType readResourcesUuidType(org.w3c.dom.Document javaObj)
throws WSNotificationExtensionException
ResourcesUuidType object from a Document representation fragment object
javaObj - Document object representation of ResourcesUuidType Java type
ResourcesUuidType object (type generated with jaxb tools)
WSNotificationExtensionException
public ProcessPolicyType readProcessPolicyType(org.w3c.dom.Document javaObj)
throws WSNotificationExtensionException
ProcessPolicyType object from a Document representation fragment object
javaObj - Document object representation of ProcessPolicyType Java type
ProcessPolicyType object (type generated with jaxb tools)
WSNotificationExtensionException
public ContextPolicyType readContextPolicyType(org.w3c.dom.Document javaObj)
throws WSNotificationExtensionException
ContextPolicyType object from a Document representation fragment object
javaObj - Document object representation of ContextPolicyType Java type
ContextPolicyType object (type generated with jaxb tools)
WSNotificationExtensionException
public XsltStyleSheetType readXsltStyleSheetType(org.w3c.dom.Document javaObj)
throws WSNotificationExtensionException
XsltStyleSheetType object from a Document representation fragment object
javaObj - Document object representation of XsltStyleSheetType Java type
XsltStyleSheetType object (type generated with jaxb tools)
WSNotificationExtensionException
public TerminationTimeType readTerminationTimeType(org.w3c.dom.Document javaObj)
throws WSNotificationExtensionException
TerminationTimeType object from a Document representation fragment object
javaObj - Document object representation of TerminationTimeType Java type
TerminationTimeType object (type generated with jaxb tools)
WSNotificationExtensionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||