|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.xacml.jaxb.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the org.jboss.security.xacml.jaxb package.
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 Summary | |
---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jboss.security.xacml.jaxb |
Method Summary | |
---|---|
javax.xml.bind.JAXBElement<PDP> |
createJbosspdp(PDP value)
Create an instance of JAXBElement < PDP > } |
javax.xml.bind.JAXBElement<LocatorsType> |
createLocators(LocatorsType value)
Create an instance of JAXBElement < LocatorsType > } |
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 |
javax.xml.bind.JAXBElement<PoliciesType> |
createPolicies(PoliciesType value)
Create an instance of JAXBElement < PoliciesType > } |
PoliciesType |
createPoliciesType()
Create an instance of PoliciesType |
PolicySetType |
createPolicySetType()
Create an instance of PolicySetType |
PolicyType |
createPolicyType()
Create an instance of PolicyType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public PDP createPDP()
PDP
public LocatorType createLocatorType()
LocatorType
public PolicyType createPolicyType()
PolicyType
public PolicySetType createPolicySetType()
PolicySetType
public Option createOption()
Option
public PoliciesType createPoliciesType()
PoliciesType
public LocatorsType createLocatorsType()
LocatorsType
public javax.xml.bind.JAXBElement<PoliciesType> createPolicies(PoliciesType value)
JAXBElement
<
PoliciesType
>
}
public javax.xml.bind.JAXBElement<LocatorsType> createLocators(LocatorsType value)
JAXBElement
<
LocatorsType
>
}
public javax.xml.bind.JAXBElement<PDP> createJbosspdp(PDP value)
JAXBElement
<
PDP
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |