Interface TMFAnnotationComposite
-
- All Known Implementing Classes:
DescriptionBuilderComposite
,FieldDescriptionComposite
,MethodDescriptionComposite
,PortComposite
public interface TMFAnnotationComposite
This 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 void
setHandlerChainAnnot(HandlerChainAnnot hcAnnot)
void
setWebServiceRefAnnot(WebServiceRefAnnot wsrAnnot)
-
-
-
Method Detail
-
setHandlerChainAnnot
void setHandlerChainAnnot(HandlerChainAnnot hcAnnot)
-
setWebServiceRefAnnot
void setWebServiceRefAnnot(WebServiceRefAnnot wsrAnnot)
-
-