public class SignatureAlgorithmBuilder extends AbstractWSTrustObjectBuilder<SignatureAlgorithm>
| Constructor and Description |
|---|
SignatureAlgorithmBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SignatureAlgorithm |
buildObject()
Builds a WS-Trust object of the given type.
|
SignatureAlgorithm |
buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
buildObject, buildObject, buildObject, buildObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildObject, buildObject, buildObject, buildObjectpublic SignatureAlgorithm buildObject()
buildObject in interface WSTrustObjectBuilder<SignatureAlgorithm>buildObject in class AbstractWSTrustObjectBuilder<SignatureAlgorithm>public SignatureAlgorithm buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
buildObject in interface XMLObjectBuilder<SignatureAlgorithm>buildObject in class AbstractXMLObjectBuilder<SignatureAlgorithm>namespaceURI - the URI of the namespace the Element represented by this XMLObject will be inlocalName - the local name of the Element represented by this XMLObjectnamespacePrefix - the namespace prefix of the Element represented by this XMLObject