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

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

Methods in org.opensaml.ws.soap.soap11 that return Detail
 Detail Fault.getDetail()
          Gets details of this fault.
 

Methods in org.opensaml.ws.soap.soap11 with parameters of type Detail
 void Fault.setDetail(Detail newDetail)
          Sets details of this fault.
 

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

Classes in org.opensaml.ws.soap.soap11.impl that implement Detail
 class DetailImpl
          Concrete implementation of Detail.
 

Fields in org.opensaml.ws.soap.soap11.impl declared as Detail
private  Detail FaultImpl.detail
          Details of the fault.
 

Methods in org.opensaml.ws.soap.soap11.impl that return Detail
 Detail DetailBuilder.buildObject()
          Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Detail" as the element local name.
 Detail DetailBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Detail FaultImpl.getDetail()
          Gets details of this fault.
 

Methods in org.opensaml.ws.soap.soap11.impl with parameters of type Detail
 void FaultImpl.setDetail(Detail newDetail)
          Sets details of this fault.
 



Copyright © 1999-2013. All Rights Reserved.