|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebAnnotations | |
---|---|
org.codehaus.xfire.annotations | Package defining the classes for annotation support in XFire. |
org.codehaus.xfire.annotations.commons | Commons Attributes implementation of XFire Annotations. |
Uses of WebAnnotations in org.codehaus.xfire.annotations |
---|
Methods in org.codehaus.xfire.annotations that return WebAnnotations | |
---|---|
protected WebAnnotations |
AnnotationServiceFactory.getAnnotations()
|
Methods in org.codehaus.xfire.annotations with parameters of type WebAnnotations | |
---|---|
void |
AnnotationServiceConfiguration.setWebAnnotations(WebAnnotations webAnnotations)
|
void |
AnnotationsValidator.validate(WebAnnotations annotations,
java.lang.Class clazz)
|
void |
AnnotationsValidatorImpl.validate(WebAnnotations annotations,
java.lang.Class clazz)
|
void |
AnnotationsEmptyValidator.validate(WebAnnotations annotations,
java.lang.Class clazz)
|
Constructors in org.codehaus.xfire.annotations with parameters of type WebAnnotations | |
---|---|
AnnotationServiceFactory(WebAnnotations webAnnotations,
org.codehaus.xfire.transport.TransportManager transportManager)
|
|
AnnotationServiceFactory(WebAnnotations webAnnotations,
org.codehaus.xfire.transport.TransportManager transportManager,
org.codehaus.xfire.service.binding.BindingProvider provider)
Initializes a new instance of the AnnotationServiceFactory with the given annotations facade,
transport manager and type mapping registry. |
Uses of WebAnnotations in org.codehaus.xfire.annotations.commons |
---|
Classes in org.codehaus.xfire.annotations.commons that implement WebAnnotations | |
---|---|
class |
CommonsWebAttributes
Implementation of the WebAnnotations facade for Commons Attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |