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

Packages that use FaultCode
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 FaultCode in org.opensaml.ws.soap.soap11
 

Methods in org.opensaml.ws.soap.soap11 that return FaultCode
 FaultCode Fault.getCode()
          Gets the fault code for this fault.
 

Methods in org.opensaml.ws.soap.soap11 with parameters of type FaultCode
 void Fault.setCode(FaultCode newFaultCode)
          Sets the fault code for this fault.
 

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

Classes in org.opensaml.ws.soap.soap11.impl that implement FaultCode
 class FaultCodeImpl
          Concrete implementation of FaultCode.
 

Methods in org.opensaml.ws.soap.soap11.impl that return FaultCode
 FaultCode FaultCodeBuilder.buildObject()
          Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
 FaultCode FaultCodeBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 FaultCode FaultImpl.getCode()
          Gets the fault code for this fault.
 

Methods in org.opensaml.ws.soap.soap11.impl with parameters of type FaultCode
 void FaultImpl.setCode(FaultCode newFaultCode)
          Sets the fault code for this fault.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.