Uses of Interface
org.apache.axis2.jaxws.description.builder.TMFAnnotationComposite
-
Packages that use TMFAnnotationComposite Package Description org.apache.axis2.jaxws.description.builder org.apache.axis2.jaxws.description.builder.converter -
-
Uses of TMFAnnotationComposite in org.apache.axis2.jaxws.description.builder
Classes in org.apache.axis2.jaxws.description.builder that implement TMFAnnotationComposite Modifier and Type Class Description class
DescriptionBuilderComposite
class
FieldDescriptionComposite
class
MethodDescriptionComposite
class
PortComposite
This subclass of the DescriptionBuilderComposite will be used to model information specific to a port. -
Uses of TMFAnnotationComposite in org.apache.axis2.jaxws.description.builder.converter
Methods in org.apache.axis2.jaxws.description.builder.converter with parameters of type TMFAnnotationComposite Modifier and Type Method Description static void
ConverterUtils. attachHandlerChainAnnotation(TMFAnnotationComposite composite, AnnotatedElement annotatedElement)
This method is use to attach @HandlerChain annotation data to a composite object.static void
ConverterUtils. attachWebServiceRefAnnotation(TMFAnnotationComposite composite, AnnotatedElement annotatedElement)
This method is use to attach @WebServiceRef annotation data to a composite object.
-