Uses of Interface
org.opensaml.soap.soap11.FaultCode
-
Packages that use FaultCode Package Description org.opensaml.soap.soap11 XMLObject interfaces for SOAP 1.1 elements. -
-
Uses of FaultCode in org.opensaml.soap.soap11
Methods in org.opensaml.soap.soap11 that return FaultCode Modifier and Type Method Description FaultCodeFault. getCode()Gets the fault code for this fault.Methods in org.opensaml.soap.soap11 with parameters of type FaultCode Modifier and Type Method Description voidFault. setCode(FaultCode newFaultCode)Sets the fault code for this fault.
-