Descripción
Sintaxis
SOAPElement addChildElement(String localName) throws SOAPException
SOAPElement addChildElement(String localName, String prefix) throws SOAPException
SOAPElement addChildElement(String localName, String prefix, String uri) throws SOAPException
SOAPElement addChildElement(QName qname) throws SOAPException
SOAPElement addChildElement(Name name) throws SOAPException
SOAPElement addChildElement(SOAPElement element) throws SOAPException
Parámetros
- QName qname,
- String localName,
- String uri,
- Name name,
- SOAPElement element,
- String prefix,
Excepciones
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.