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

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

Methods in org.opensaml.ws.soap.soap11 that return FaultActor
 FaultActor Fault.getActor()
          Gets the URI of the fault actor for this fault.
 

Methods in org.opensaml.ws.soap.soap11 with parameters of type FaultActor
 void Fault.setActor(FaultActor newActor)
          Sets the URI of the fault actor for this fault.
 

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

Classes in org.opensaml.ws.soap.soap11.impl that implement FaultActor
 class FaultActorImpl
          Concrete implementation of FaultActor.
 

Methods in org.opensaml.ws.soap.soap11.impl that return FaultActor
 FaultActor FaultActorBuilder.buildObject()
          Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
 FaultActor FaultActorBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 FaultActor FaultImpl.getActor()
          Gets the URI of the fault actor for this fault.
 

Methods in org.opensaml.ws.soap.soap11.impl with parameters of type FaultActor
 void FaultImpl.setActor(FaultActor newActor)
          Sets the URI of the fault actor for this fault.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.