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