public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jboss.security.xacml.jaxb
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<PDP> |
createJbosspdp(PDP value)
|
JAXBElement<LocatorsType> |
createLocators(LocatorsType value)
|
LocatorsType |
createLocatorsType()
Create an instance of
LocatorsType |
LocatorType |
createLocatorType()
Create an instance of
LocatorType |
Option |
createOption()
Create an instance of
Option |
PDP |
createPDP()
Create an instance of
PDP |
JAXBElement<PoliciesType> |
createPolicies(PoliciesType value)
|
PoliciesType |
createPoliciesType()
Create an instance of
PoliciesType |
PolicySetType |
createPolicySetType()
Create an instance of
PolicySetType |
PolicyType |
createPolicyType()
Create an instance of
PolicyType |
public ObjectFactory()
public LocatorType createLocatorType()
LocatorType
public PolicyType createPolicyType()
PolicyType
public PolicySetType createPolicySetType()
PolicySetType
public PoliciesType createPoliciesType()
PoliciesType
public LocatorsType createLocatorsType()
LocatorsType
public JAXBElement<PoliciesType> createPolicies(PoliciesType value)
public JAXBElement<LocatorsType> createLocators(LocatorsType value)
public JAXBElement<PDP> createJbosspdp(PDP value)
Copyright © 2023 JBoss by Red Hat. All rights reserved.