org.apache.axis2.jaxws.message |
|
Java Source File Name | Type | Comment |
Block.java | Interface | Block A Block represents an xml element and associated sub-tree. |
BlockTests.java | Class | BlockTests
Tests to create and validate blocks. |
FaultTests.java | Class | MessageTests
Tests to create and validate Message processing
These are not client/server tests. |
Message.java | Interface | Message
A Message represents the XML + Attachments
Most of the methods available on a message are only applicable to the XML part of the Message. |
MessageRPCTests.java | Class | MessageTests
Tests to create and validate Message processing
These are not client/server tests. |
MessageTests.java | Class | MessageTests
Tests to create and validate Message processing
These are not client/server tests. |
Protocol.java | enum | |
SAAJConverterTests.java | Class | SAAJConverterTests
Test the basic functionality of the SAAJConverter. |
SOAP12Tests.java | Class | This suite is used to test the creation of messages based on SOAP 1.2
with both inbound and outbound simulations. |
XMLFault.java | Class | This is a value class that is an agnostic representation of a fault. |
XMLFaultCode.java | enum | Agnostic representation of SOAP 1.1 and SOAP 1.2 fault code values. |
XMLFaultReason.java | Class | Agnostic representation of a Fault Reason/faultstring. |
XMLPart.java | Interface | |