Package org.codehaus.xfire.annotations

Package defining the classes for annotation support in XFire.

See:
          Description

Interface Summary
WebAnnotations Defines the contract for accessing annotations at runtime.
 

Class Summary
AnnotationServiceFactory Annotations-bases implementation of the ServiceFactory interface.
OnewayAnnotation Represents an common representation of a oneway annotation.
WebMethodAnnotation Represents an common representation of a web method annotation.
WebParamAnnotation Represents a common representation of a web parameter annotation.
WebResultAnnotation Represents an common representation of a web result annotation.
WebServiceAnnotation Represents an common representation of a web service annotation.
 

Package org.codehaus.xfire.annotations Description

Package defining the classes for annotation support in XFire. This package provides default implementations of JSR 181-like annotations,and a facade for accessing webservice annotations at runtime.