Uses of Interface
org.apache.axis2.jaxws.description.builder.CustomAnnotationInstance
-
Packages that use CustomAnnotationInstance Package Description org.apache.axis2.jaxws.description.builder -
-
Uses of CustomAnnotationInstance in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return types with arguments of type CustomAnnotationInstance Modifier and Type Method Description List<CustomAnnotationInstance>
DescriptionBuilderComposite. getCustomAnnotationInstances()
List<CustomAnnotationInstance>
PortComposite. getCustomAnnotationInstances()
Methods in org.apache.axis2.jaxws.description.builder with parameters of type CustomAnnotationInstance Modifier and Type Method Description void
DescriptionBuilderComposite. addCustomAnnotationInstance(CustomAnnotationInstance annotation)
void
CustomAnnotationProcessor. processTypeLevelAnnotation(EndpointDescription ed, CustomAnnotationInstance annotation)
This method will be called to process an annotation type recognized by this processor that was found at the type level.
-