Uses of Interface
org.opensaml.soap.soap11.FaultString
-
Packages that use FaultString Package Description org.opensaml.soap.soap11 XMLObject interfaces for SOAP 1.1 elements.org.opensaml.soap.soap11.impl Provided implementations of the SOAP 1.1 XMLObject interfaces. -
-
Uses of FaultString in org.opensaml.soap.soap11
Methods in org.opensaml.soap.soap11 that return FaultString Modifier and Type Method Description FaultStringFault. getMessage()Gets the fault string for this fault.Methods in org.opensaml.soap.soap11 with parameters of type FaultString Modifier and Type Method Description voidFault. setMessage(FaultString newMessage)Sets the fault string for this fault. -
Uses of FaultString in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement FaultString Modifier and Type Class Description classFaultStringImplConcrete implemenation ofFaultString.Fields in org.opensaml.soap.soap11.impl declared as FaultString Modifier and Type Field Description private FaultStringFaultImpl. messageFault message.Methods in org.opensaml.soap.soap11.impl that return FaultString Modifier and Type Method Description FaultStringFaultStringBuilder. buildObject()Builds a SOAPObject using the default name and namespace information provided SOAP specifications.FaultStringFaultStringBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.FaultStringFaultImpl. getMessage()Gets the fault string for this fault.Methods in org.opensaml.soap.soap11.impl with parameters of type FaultString Modifier and Type Method Description voidFaultImpl. setMessage(FaultString newMessage)Sets the fault string for this fault.
-