La descarga está en progreso. Por favor, espere

La descarga está en progreso. Por favor, espere

Java Web Services Developer SAAJ Ing. Lennon Shimokawa Miyashiro

Presentaciones similares


Presentación del tema: "Java Web Services Developer SAAJ Ing. Lennon Shimokawa Miyashiro"— Transcripción de la presentación:

1 Java Web Services Developer SAAJ Ing. Lennon Shimokawa Miyashiro http://lshimokawa.net lshimokawa@gmail.com

2 SAAJ SOAP with Attachments API for Java Usado por JAX-WS Es un API que puede usarse cuando se construyen los mensajes SOAP directamente Permite escribir y recibir mensajes SOAP javax.xml.soap

3 Estándares SAAJ SOAP 1.1 y 1.2 SOAP with Attachments

4 Overview Los mensajes SAAJ siguen el estándar SOAP El API SAAJ permite construir mensajes SOAP 1.1 y 1.2 Mensajes: sin attachments y con attachments

5 Messages with no Attachments

6 Message with Attachments

7 SAAJ y DOM DOM: Document Object Model SAAJ API extiende las clases de DOM Node interface extends the org.w3c.dom.Node interface. SOAPElement interface extends both the Node interface and the org.w3c.dom.Element interface. SOAPPart class implements the org.w3c.dom.Document interface. Text interface extends the org.w3c.dom.Text interface.

8 SAAJ Connections Los mensajes SAAJ son enviados y recibidos en una conexión SOAPConnection Conexión punto-a-punto, request- response

9 SAAJ API MessageFactory factory = MessageFactory.newInstance(); SOAPMessage message = factory.createMessage(); SOAPHeader header = message.getSOAPHeader(); SOAPBody body = message.getSOAPBody();


Descargar ppt "Java Web Services Developer SAAJ Ing. Lennon Shimokawa Miyashiro"

Presentaciones similares


Anuncios Google