public class ResourceTypeImplBuilder extends AbstractXACMLObjectBuilder<ResourceType>
ResourceType
objects.Constructor and Description |
---|
ResourceTypeImplBuilder()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ResourceType |
buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ResourceType |
buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
buildObject, buildObject, buildObject, buildObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildObject, buildObject, buildObject, buildObject
public ResourceType buildObject()
buildObject
in interface XACMLObjectBuilder<ResourceType>
buildObject
in class AbstractXACMLObjectBuilder<ResourceType>
public ResourceType buildObject(String namespaceURI, String localName, String namespacePrefix)
buildObject
in interface XMLObjectBuilder<ResourceType>
buildObject
in class AbstractXMLObjectBuilder<ResourceType>
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 XMLObjectCopyright © 2016. All rights reserved.