Package org.opensaml.soap.wstrust.impl
Class EncryptWithBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<WSTrustObjectType>
-
- org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectBuilder<EncryptWith>
-
- org.opensaml.soap.wstrust.impl.EncryptWithBuilder
-
- All Implemented Interfaces:
XMLObjectBuilder<EncryptWith>,WSTrustObjectBuilder<EncryptWith>
public class EncryptWithBuilder extends AbstractWSTrustObjectBuilder<EncryptWith>
Builder for the EncryptWith element.
-
-
Constructor Summary
Constructors Constructor Description EncryptWithBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptWithbuildObject()EncryptWithbuildObject(String namespaceURI, String localName, String namespacePrefix)-
Methods inherited from class org.opensaml.core.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.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public EncryptWith buildObject()
- Specified by:
buildObjectin interfaceWSTrustObjectBuilder<EncryptWith>- Specified by:
buildObjectin classAbstractWSTrustObjectBuilder<EncryptWith>
-
buildObject
public EncryptWith buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceXMLObjectBuilder<EncryptWith>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<EncryptWith>
-
-