Registry / messaging / saaj-impl

saaj-impl

JSON →
library3.0.5javamavenunverified

Implementation of Jakarta SOAP with Attachments Specification for creating and processing SOAP messages.

<dependency> <groupId>com.sun.xml.messaging.saaj</groupId> <artifactId>saaj-impl</artifactId> <version>3.0.5</version> </dependency>
INSTALL
IMPORT
SIG · SAAJ-IMPL
S
saaj-impl
messagingjavav3.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MessageFactory
jakarta.xml.soap.MessageFactory

Creates a new SOAP message using the SAAJ MessageFactory.

import jakarta.xml.soap.MessageFactory; import jakarta.xml.soap.SOAPMessage; public class Example { public static void main(String[] args) throws Exception { MessageFactory factory = MessageFactory.newInstance(); SOAPMessage message = factory.createMessage(); System.out.println(message.getSOAPPart().getEnvelope().getBody()); } }
Debug
Known issues
breakingPackage names changed from javax.xml.soap to jakarta.xml.soap in version 3.x.
fix
Update imports to jakarta.xml.soap for version 3.x.
affects: >=3.0.0
Upgrade
Version history
3.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
saaj-impl — mvn dependency:get saaj-impl · libregistry