Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

Package org.apache.soap.server

Interface Summary
SOAPEventListener The base SOAP event listener interface
SOAPFaultListener The listener interface for handling Fault events in response to exceptions encountered during message processing.

 

Class Summary
DOMFaultListener Listens for fault events, and adds a DOM Element (built from Utils.buildFaultDetailsFromThrowable) representing the root exception of the fault event's SOAP exception.
ExceptionFaultListener Listens for faults, and adds a Parameter wrapping the source exception to the fault detail entry list.
ServerConstants Server-side SOAP constants.
ServerUtils Any utility stuff for transport type-independent SOAP stuff.
SOAPFaultEvent The base SOAP event listener interface
SOAPFaultRouter Acts as an SOAPFaultEvent producer.
TypeMapping This class keeps all the info about a type mapping: the encoding style, the XML element type, the Java type that's spsed to map to and the names of the Java classes that implement the mapping between XML and Java.
TypeMappingSerializer Serialize and deserialize type mappings according to SOAP-Enc.

 


Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01