org.opensaml.ws.wstrust.impl
Class EncryptionAlgorithmBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<WSTrustObjectType>
      extended by org.opensaml.ws.wstrust.impl.AbstractWSTrustObjectBuilder<EncryptionAlgorithm>
          extended by org.opensaml.ws.wstrust.impl.EncryptionAlgorithmBuilder
All Implemented Interfaces:
WSTrustObjectBuilder<EncryptionAlgorithm>, org.opensaml.xml.XMLObjectBuilder<EncryptionAlgorithm>

public class EncryptionAlgorithmBuilder
extends AbstractWSTrustObjectBuilder<EncryptionAlgorithm>

Builder for the EncryptionAlgorithm element.


Constructor Summary
EncryptionAlgorithmBuilder()
           
 
Method Summary
 EncryptionAlgorithm buildObject()
          Builds a WS-Trust object of the given type.
 EncryptionAlgorithm buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 
Methods inherited from class org.opensaml.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 

Constructor Detail

EncryptionAlgorithmBuilder

public EncryptionAlgorithmBuilder()
Method Detail

buildObject

public EncryptionAlgorithm buildObject()
Builds a WS-Trust object of the given type.

Specified by:
buildObject in interface WSTrustObjectBuilder<EncryptionAlgorithm>
Specified by:
buildObject in class AbstractWSTrustObjectBuilder<EncryptionAlgorithm>
Returns:
the built object

buildObject

public EncryptionAlgorithm buildObject(String namespaceURI,
                                       String localName,
                                       String namespacePrefix)

Specified by:
buildObject in interface org.opensaml.xml.XMLObjectBuilder<EncryptionAlgorithm>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<EncryptionAlgorithm>


Copyright © 2006-2013 Internet2. All Rights Reserved.