Uses of Interface
org.opensaml.soap.soap11.FaultString
Packages that use FaultString
Package
Description
XMLObject interfaces for SOAP 1.1 elements.
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 FaultStringMethods in org.opensaml.soap.soap11 with parameters of type FaultStringModifier and TypeMethodDescriptionvoidFault.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 FaultStringFields in org.opensaml.soap.soap11.impl declared as FaultStringMethods in org.opensaml.soap.soap11.impl that return FaultStringModifier and TypeMethodDescriptionFaultStringBuilder.buildObject()Builds a SOAPObject using the default name and namespace information provided SOAP specifications.FaultStringBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.FaultImpl.getMessage()Gets the fault string for this fault.Methods in org.opensaml.soap.soap11.impl with parameters of type FaultStringModifier and TypeMethodDescriptionvoidFaultImpl.setMessage(FaultString newMessage) Sets the fault string for this fault.