org.opensaml.ws.wssecurity.impl
Class EmbeddedBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<WSSecurityObjectType>
org.opensaml.ws.wssecurity.impl.AbstractWSSecurityObjectBuilder<Embedded>
org.opensaml.ws.wssecurity.impl.EmbeddedBuilder
- All Implemented Interfaces:
- WSSecurityObjectBuilder<Embedded>, XMLObjectBuilder<Embedded>
public class EmbeddedBuilder
- extends AbstractWSSecurityObjectBuilder<Embedded>
EmbeddedBuilder.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedBuilder
public EmbeddedBuilder()
buildObject
public Embedded buildObject()
- Builds a WS-Security object of the given type.
- Specified by:
buildObject
in interface WSSecurityObjectBuilder<Embedded>
- Specified by:
buildObject
in class AbstractWSSecurityObjectBuilder<Embedded>
- Returns:
- the built object
buildObject
public Embedded buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject
in interface XMLObjectBuilder<Embedded>
- Specified by:
buildObject
in class AbstractXMLObjectBuilder<Embedded>
Copyright © 1999-2013. All Rights Reserved.