org.apache.axis2.jaxws.description.builder
Interface TMFAnnotationComposite

All Known Implementing Classes:
DescriptionBuilderComposite, FieldDescriptionComposite, MethodDescriptionComposite

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
 void setHandlerChainAnnot(HandlerChainAnnot hcAnnot)
           
 void setWebServiceRefAnnot(WebServiceRefAnnot wsrAnnot)
           
 

Method Detail

setHandlerChainAnnot

void setHandlerChainAnnot(HandlerChainAnnot hcAnnot)

setWebServiceRefAnnot

void setWebServiceRefAnnot(WebServiceRefAnnot wsrAnnot)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.