Uses of Class
org.apache.axis2.jaxws.message.util.impl.SAAJConverterImpl.NameCreator
-
Packages that use SAAJConverterImpl.NameCreator Package Description org.apache.axis2.jaxws.message.util.impl -
-
Uses of SAAJConverterImpl.NameCreator in org.apache.axis2.jaxws.message.util.impl
Methods in org.apache.axis2.jaxws.message.util.impl with parameters of type SAAJConverterImpl.NameCreator Modifier and Type Method Description protected void
SAAJConverterImpl. addAttributes(SAAJConverterImpl.NameCreator nc, SOAPElement element, XMLStreamReader reader)
add attributesprotected SOAPElement
SAAJConverterImpl. buildSOAPTree(SAAJConverterImpl.NameCreator nc, SOAPElement root, SOAPElement parent, XMLStreamReader reader, boolean quitAtBody)
Build SOAPTree Either the root or the parent is null.protected SOAPElement
SAAJConverterImpl. createElementFromTag(SAAJConverterImpl.NameCreator nc, SOAPElement parent, XMLStreamReader reader)
Create SOAPElement from the current tag dataprotected void
SAAJConverterImpl. updateTagData(SAAJConverterImpl.NameCreator nc, SOAPElement element, XMLStreamReader reader, boolean newElement)
update the tag data of the SOAPElement
-