Uses of Interface
org.opensaml.ws.wstrust.Code

Packages that use Code
org.opensaml.ws.wstrust XMLObject interfaces for WS-Trust 1.3 elements. 
org.opensaml.ws.wstrust.impl   
 

Uses of Code in org.opensaml.ws.wstrust
 

Methods in org.opensaml.ws.wstrust that return Code
 Code Status.getCode()
          Returns the wst:Code child element.
 

Methods in org.opensaml.ws.wstrust with parameters of type Code
 void Status.setCode(Code code)
          Sets the wst:Code child element.
 

Uses of Code in org.opensaml.ws.wstrust.impl
 

Classes in org.opensaml.ws.wstrust.impl that implement Code
 class CodeImpl
          CodeImpl.
 

Fields in org.opensaml.ws.wstrust.impl declared as Code
private  Code StatusImpl.code
          The Code child element.
 

Methods in org.opensaml.ws.wstrust.impl that return Code
 Code CodeBuilder.buildObject()
          Builds a WS-Trust object of the given type.
 Code CodeBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Code StatusImpl.getCode()
          Returns the wst:Code child element.
 

Methods in org.opensaml.ws.wstrust.impl with parameters of type Code
 void StatusImpl.setCode(Code newCode)
          Sets the wst:Code child element.
 



Copyright © 1999-2013. All Rights Reserved.