SOAPElement.addChildElement() | Java

 

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

SOAPException

Clase Padre

SOAPElement

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.