Interface TMFAnnotationComposite
-
- All Known Implementing Classes:
DescriptionBuilderComposite,FieldDescriptionComposite,MethodDescriptionComposite,PortComposite
public interface TMFAnnotationCompositeThis interface will be implemented by the DescriptionBuilderComposite, MethodDescriptionComposite, and FieldDescriptionCompoiste. It will declare setters for annotation types that are common to Types, Methods, and Fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetHandlerChainAnnot(HandlerChainAnnot hcAnnot)voidsetWebServiceRefAnnot(WebServiceRefAnnot wsrAnnot)
-
-
-
Method Detail
-
setHandlerChainAnnot
void setHandlerChainAnnot(HandlerChainAnnot hcAnnot)
-
setWebServiceRefAnnot
void setWebServiceRefAnnot(WebServiceRefAnnot wsrAnnot)
-
-