public class CxfPayloadTranslator extends DocumentReferenceTranslator implements XmlDocumentTranslator
JSONABLE_TYPEEMPTY_STRING| Constructor and Description | 
|---|
CxfPayloadTranslator()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
fromDomNode(org.w3c.dom.Node domNode)  | 
org.w3c.dom.Document | 
toDomDocument(java.lang.Object obj)  | 
java.lang.Object | 
toObject(java.lang.String str,
        java.lang.String type)
toObject converts String to DocumentReference,
 whereas this methods deserializes to actual object 
 | 
java.lang.String | 
toString(java.lang.Object obj,
        java.lang.String variableType)
toString converts DocumentReference to string,
 whereas this method serializes the actual object to string 
 | 
toObject, toStringgetPackage, setPackageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromJson, toJsoncreateJsonable, getPackageisDocumentReferenceVariablepublic java.lang.String toString(java.lang.Object obj,
                                 java.lang.String variableType)
                          throws TranslationException
DocumentReferenceTranslatortoString in class DocumentReferenceTranslatorobj - document objectvariableType - declared variable typeTranslationExceptionpublic java.lang.Object toObject(java.lang.String str,
                                 java.lang.String type)
                          throws TranslationException
DocumentReferenceTranslatortoObject in class DocumentReferenceTranslatorstr - string representationtype - document runtime typeTranslationExceptionpublic org.w3c.dom.Document toDomDocument(java.lang.Object obj)
                                   throws TranslationException
toDomDocument in interface XmlDocumentTranslatorTranslationExceptionpublic java.lang.Object fromDomNode(org.w3c.dom.Node domNode)
                             throws TranslationException
fromDomNode in interface XmlDocumentTranslatorTranslationExceptionCopyright © 2019 CenturyLink, Inc.