Uses of Interface
org.apache.beehive.wsm.jsr181.model.BeehiveWsMethodMetadata

Packages that use BeehiveWsMethodMetadata
org.apache.beehive.wsm.jsr181.model   
org.apache.beehive.wsm.jsr181.model.jsr181   
org.apache.beehive.wsm.jsr181.processor.apt   
 

Uses of BeehiveWsMethodMetadata in org.apache.beehive.wsm.jsr181.model
 

Methods in org.apache.beehive.wsm.jsr181.model that return BeehiveWsMethodMetadata
 BeehiveWsMethodMetadata BeehiveWsTypeMetadata.getMethod(String methodName, Class... paramTypes)
           
 

Methods in org.apache.beehive.wsm.jsr181.model that return types with arguments of type BeehiveWsMethodMetadata
 Collection<? extends BeehiveWsMethodMetadata> BeehiveWsTypeMetadata.getMethods()
           
 

Methods in org.apache.beehive.wsm.jsr181.model with parameters of type BeehiveWsMethodMetadata
 void BeehiveWsTypeMetadata.addMethod(BeehiveWsMethodMetadata method)
           
 

Uses of BeehiveWsMethodMetadata in org.apache.beehive.wsm.jsr181.model.jsr181
 

Classes in org.apache.beehive.wsm.jsr181.model.jsr181 that implement BeehiveWsMethodMetadata
 class Jsr181MethodMetadataImpl
           
 

Methods in org.apache.beehive.wsm.jsr181.model.jsr181 that return BeehiveWsMethodMetadata
 BeehiveWsMethodMetadata Jsr181TypeMetadataImpl.getMethod(String methodName, Class... paramTypes)
           
 

Methods in org.apache.beehive.wsm.jsr181.model.jsr181 that return types with arguments of type BeehiveWsMethodMetadata
 Collection<BeehiveWsMethodMetadata> Jsr181TypeMetadataImpl.getMethods()
           
 

Methods in org.apache.beehive.wsm.jsr181.model.jsr181 with parameters of type BeehiveWsMethodMetadata
 void Jsr181TypeMetadataImpl.addMethod(BeehiveWsMethodMetadata method)
           
 

Uses of BeehiveWsMethodMetadata in org.apache.beehive.wsm.jsr181.processor.apt
 

Methods in org.apache.beehive.wsm.jsr181.processor.apt with parameters of type BeehiveWsMethodMetadata
static void WebServiceMetadataViewer.print(BeehiveWsMethodMetadata webServiceMETHODMetadata)
           
static void WebServiceMetadataViewer.print(int tab, BeehiveWsMethodMetadata webServiceMETHODMetadata)