org.opensaml.xacml.policy.impl
Class CombinerParameterTypeImplBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<XACMLObjectType>
org.opensaml.xacml.impl.AbstractXACMLObjectBuilder<CombinerParameterType>
org.opensaml.xacml.policy.impl.CombinerParameterTypeImplBuilder
- All Implemented Interfaces:
- XACMLObjectBuilder<CombinerParameterType>, XMLObjectBuilder<CombinerParameterType>
public class CombinerParameterTypeImplBuilder
- extends AbstractXACMLObjectBuilder<CombinerParameterType>
Builder for CombinerParameterType.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombinerParameterTypeImplBuilder
public CombinerParameterTypeImplBuilder()
buildObject
public CombinerParameterType buildObject()
- Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- Specified by:
buildObject in interface XACMLObjectBuilder<CombinerParameterType>- Specified by:
buildObject in class AbstractXACMLObjectBuilder<CombinerParameterType>
- Returns:
- built XACMLObject
buildObject
public CombinerParameterType buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject in interface XMLObjectBuilder<CombinerParameterType>- Specified by:
buildObject in class AbstractXMLObjectBuilder<CombinerParameterType>
Copyright © 1999-2013. All Rights Reserved.