Uses of Class
com.sun.xml.rpc.soap.message.SOAPFaultInfo
Packages that use SOAPFaultInfo
-
Uses of SOAPFaultInfo in com.sun.xml.rpc.client
Methods in com.sun.xml.rpc.client with parameters of type SOAPFaultInfoModifier and TypeMethodDescriptionprotected voidStreamingSender._raiseFault(SOAPFaultInfo fault, StreamingSenderState state) -
Uses of SOAPFaultInfo in com.sun.xml.rpc.encoding
Methods in com.sun.xml.rpc.encoding with parameters of type SOAPFaultInfoModifier and TypeMethodDescriptionprotected ObjectSOAPFaultInfoSerializer.deserializeDetail(SOAPDeserializationState state, XMLReader reader, SOAPDeserializationContext context, SOAPFaultInfo instance) -
Uses of SOAPFaultInfo in com.sun.xml.rpc.server
Methods in com.sun.xml.rpc.server with parameters of type SOAPFaultInfoModifier and TypeMethodDescriptionprotected voidStreamingHandler.reportFault(SOAPFaultInfo fault, StreamingHandlerState state) Note that a call toStreamingHandlerState.resetResponse()creates a new SAAJ SOAPMessage for the response with the FI flag based on the SOAPMessageContext state.