Uses of Class
org.jboss.seam.security.external.jaxb.xrds.StringSelectionPattern

Packages that use StringSelectionPattern
org.jboss.seam.security.external.jaxb.xrds   
 

Uses of StringSelectionPattern in org.jboss.seam.security.external.jaxb.xrds
 

Fields in org.jboss.seam.security.external.jaxb.xrds with type parameters of type StringSelectionPattern
protected  List<StringSelectionPattern> Service.mediaType
           
protected  List<StringSelectionPattern> Service.path
           
 

Methods in org.jboss.seam.security.external.jaxb.xrds that return StringSelectionPattern
 StringSelectionPattern ObjectFactory.createStringSelectionPattern()
          Create an instance of StringSelectionPattern
 

Methods in org.jboss.seam.security.external.jaxb.xrds that return types with arguments of type StringSelectionPattern
 JAXBElement<StringSelectionPattern> ObjectFactory.createMediaType(StringSelectionPattern value)
          Create an instance of JAXBElement<StringSelectionPattern>}
 JAXBElement<StringSelectionPattern> ObjectFactory.createPath(StringSelectionPattern value)
          Create an instance of JAXBElement<StringSelectionPattern>}
 List<StringSelectionPattern> Service.getMediaType()
          Gets the value of the mediaType property.
 List<StringSelectionPattern> Service.getPath()
          Gets the value of the path property.
 

Methods in org.jboss.seam.security.external.jaxb.xrds with parameters of type StringSelectionPattern
 JAXBElement<StringSelectionPattern> ObjectFactory.createMediaType(StringSelectionPattern value)
          Create an instance of JAXBElement<StringSelectionPattern>}
 JAXBElement<StringSelectionPattern> ObjectFactory.createPath(StringSelectionPattern value)
          Create an instance of JAXBElement<StringSelectionPattern>}
 



Copyright © 2011 Seam Framework. All Rights Reserved.