Uses of Class
com.sun.xml.rpc.soap.message.SOAPFaultInfo
-
Packages that use SOAPFaultInfo Package Description com.sun.xml.rpc.client com.sun.xml.rpc.encoding com.sun.xml.rpc.server -
-
Uses of SOAPFaultInfo in com.sun.xml.rpc.client
Methods in com.sun.xml.rpc.client with parameters of type SOAPFaultInfo Modifier and Type Method Description protected 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 SOAPFaultInfo Modifier and Type Method Description protected 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 SOAPFaultInfo Modifier and Type Method Description protected 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.
-