Uses of Interface
org.apache.axis2.jaxws.runtime.description.marshal.AnnotationDesc
-
Packages that use AnnotationDesc Package Description org.apache.axis2.jaxws.runtime.description.marshal org.apache.axis2.jaxws.runtime.description.marshal.impl -
-
Uses of AnnotationDesc in org.apache.axis2.jaxws.runtime.description.marshal
Methods in org.apache.axis2.jaxws.runtime.description.marshal that return AnnotationDesc Modifier and Type Method Description AnnotationDesc
MarshalServiceRuntimeDescription. getAnnotationDesc(Class cls)
Gets/Creates the AnnotationDesc for this class.AnnotationDesc
MarshalServiceRuntimeDescription. getAnnotationDesc(String clsName)
Gets the AnnotationDesc for this class if already determined -
Uses of AnnotationDesc in org.apache.axis2.jaxws.runtime.description.marshal.impl
Methods in org.apache.axis2.jaxws.runtime.description.marshal.impl that return AnnotationDesc Modifier and Type Method Description AnnotationDesc
MarshalServiceRuntimeDescriptionImpl. getAnnotationDesc(Class cls)
AnnotationDesc
MarshalServiceRuntimeDescriptionImpl. getAnnotationDesc(String clsName)
Methods in org.apache.axis2.jaxws.runtime.description.marshal.impl that return types with arguments of type AnnotationDesc Modifier and Type Method Description static Map<String,AnnotationDesc>
AnnotationBuilder. getAnnotationDescs(ServiceDescription serviceDesc, org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap)
-