Glyn,
I checked in some changes for javax.xml.soap.* support. Here are the mappings in a 
table format.
Please feel free to add/delete/update the code anyway you see fit.

Folks, 
We need to support this package fully because JAX-RPC's SOAPMessageContext class
(http://java.sun.com/xml/downloads/jaxrpc-0_9-javadocs/javax/xml/rpc/handler/soap/SOAPMessageContext.html)
 is dependent on javax.xml.soap.SOAPMessage and the whole thing cascades from that 
point onwards. 

Thanks,
dims

Support for javax.xml.soap package:                                       
+-----------------------+------------------------------------------------+
| Interfaces            | Implemented by                                 |
+-----------------------+------------------------------------------------+
| Detail                - org.apache.axis.message.Detail                 |
| DetailEntry           - org.apache.axis.message.DetailEntry            |
| Name                  - org.apache.axis.message.PrefixedQName          |
| Node                  - org.apache.axis.message.MessageElement         |
| SOAPBody              - org.apache.axis.message.SOAPBody               |
| SOAPBodyElement       - org.apache.axis.message.SOAPBodyElement        |
| SOAPConstants         - NO NEED TO DO ANYTHING                         |
| SOAPElement           - org.apache.axis.message.MessageElement         |
| SOAPEnvelope          - org.apache.axis.message.SOAPEnvelope           |
| SOAPFault             - org.apache.axis.message.SOAPFault              |
| SOAPFaultElement      - org.apache.axis.message.SOAPFaultElement       |
| SOAPHeader            - org.apache.axis.message.SOAPHeader             |
| SOAPHeaderElement     - org.apache.axis.message.SOAPHeaderElement      |
| Text                  - org.apache.axis.message.Text                   |
+-----------------------+------------------------------------------------+
| Classes               | Implemented by                                 |
+-----------------------+------------------------------------------------+
| AttachmentPart        - org.apache.axis.attachments.AttachmentPart     |
| MessageFactory        - org.apache.axis.soap.MessageFactoryImpl        |
| MimeHeader            - CONCRETE CLASS - NO NEED TO DO ANYTHING        |
| MimeHeaders           - CONCRETE CLASS - NO NEED TO DO ANYTHING        |
| SOAPConnection        - org.apache.axis.soap.SOAPConnectionImpl        |
| SOAPConnectionFactory - org.apache.axis.soap.SOAPConnectionFactoryImpl |
| SOAPElementFactory    - org.apache.axis.soap.SOAPElementFactoryImpl    |
| SOAPMessage           - org.apache.axis.Message                        |
| SOAPPart              - org.apache.axis.SOAPPart                       |
+-----------------------+------------------------------------------------+
| Exception             | Implemented by                                 |
+-----------------------+------------------------------------------------+
| SOAPException         - CONCRETE CLASS - NO NEED TO DO ANYTHING        |
+-----------------------+------------------------------------------------+


=====
Davanum Srinivas - http://xml.apache.org/~dims/

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Reply via email to