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.seam.security.external.jaxb.xrds
|
public ObjectFactory()
public StringPattern createStringPattern()
StringPatternpublic URIPriorityPattern createURIPriorityPattern()
URIPriorityPatternpublic URIPriorityAppendPattern createURIPriorityAppendPattern()
URIPriorityAppendPatternpublic URIPattern createURIPattern()
URIPatternpublic StringSelectionPattern createStringSelectionPattern()
StringSelectionPatternpublic ServerStatus createServerStatus()
ServerStatuspublic JAXBElement<URIPriorityAppendPattern> createURI(URIPriorityAppendPattern value)
public JAXBElement<StringSelectionPattern> createPath(StringSelectionPattern value)
public JAXBElement<URIPriorityPattern> createCanonicalID(URIPriorityPattern value)
public JAXBElement<URIPattern> createProviderID(URIPattern value)
public JAXBElement<StringPattern> createQuery(StringPattern value)
public JAXBElement<URIPriorityPattern> createCanonicalEquivID(URIPriorityPattern value)
public JAXBElement<URIPriorityPattern> createRef(URIPriorityPattern value)
public JAXBElement<URIPriorityAppendPattern> createRedirect(URIPriorityAppendPattern value)
public JAXBElement<URIPriorityPattern> createEquivID(URIPriorityPattern value)
public JAXBElement<StringSelectionPattern> createMediaType(StringSelectionPattern value)
Copyright © 2013 Seam Framework. All Rights Reserved.