Uses of Interface
org.opensaml.ws.soap.soap11.FaultString

Packages that use FaultString
org.opensaml.ws.soap.soap11 XMLObject interfaces for SOAP 1.1 elements. 
org.opensaml.ws.soap.soap11.impl Provided implementations of the SOAP 1.1 XMLObject interfaces. 
 

Uses of FaultString in org.opensaml.ws.soap.soap11
 

Methods in org.opensaml.ws.soap.soap11 that return FaultString
 FaultString Fault.getMessage()
          Gets the fault string for this fault.
 

Methods in org.opensaml.ws.soap.soap11 with parameters of type FaultString
 void Fault.setMessage(FaultString newMessage)
          Sets the fault string for this fault.
 

Uses of FaultString in org.opensaml.ws.soap.soap11.impl
 

Classes in org.opensaml.ws.soap.soap11.impl that implement FaultString
 class FaultStringImpl
          Concrete implemenation of FaultString.
 

Methods in org.opensaml.ws.soap.soap11.impl that return FaultString
 FaultString FaultStringBuilder.buildObject()
          Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
 FaultString FaultStringBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 FaultString FaultImpl.getMessage()
          Gets the fault string for this fault.
 

Methods in org.opensaml.ws.soap.soap11.impl with parameters of type FaultString
 void FaultImpl.setMessage(FaultString newMessage)
          Sets the fault string for this fault.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.