Toggle navigation
Home
org.apache.axis.message.MessageElement to com.sforce.ws.bind.XmlObject
No. of Instances - 13
No. of Commits - 1
No. of Projects - {'pentaho-kettle'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> External
Mapping:
Rename Method invocation
getObjectValue
to
getValue
addChild
to
addField
addChild
to
addField
getObjectValue
to
getValue
getObjectValue
to
getValue
getObjectValue
to
getValue
Add or Remove Method invocation
SalesforceConnection.createMessageElement("myType:Name",123,true)
to
SalesforceConnection.createMessageElement("myType:Name","123",true)
me.getChildElement(new QName("type")).getValue()
to
me.getField("type")
me.getValue()
to
me.getField("Name")
element.getName().equals(fieldHierarchy[index])
to
element.getName().getLocalPart().equals(fieldHierarchy[index])