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.
 

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(java.lang.String namespaceURI, java.lang.String localName, java.lang.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 © 2006-2011 Internet2. All Rights Reserved.