Uses of Class
org.jvnet.ws.wadl.Method

Packages that use Method
org.jvnet.ws.wadl   
org.jvnet.ws.wadl.ast Classes to insulate code generator from JAXB generated classes. 
 

Uses of Method in org.jvnet.ws.wadl
 

Methods in org.jvnet.ws.wadl that return Method
 Method ObjectFactory.createMethod()
          Create an instance of Method
 

Uses of Method in org.jvnet.ws.wadl.ast
 

Methods in org.jvnet.ws.wadl.ast with parameters of type Method
protected  void WadlAstBuilder.addMethodToResource(ResourceNode resource, Method method, URI file)
          Add a method to a resource.
protected  void WadlAstBuilder.addMethodToResourceType(ResourceTypeNode resource, Method method, URI file)
          Add a method to a resource type.
protected  void WadlAstBuilder.extractMethodIds(Method m, URI file)
          Extract the id from a method element and add to the method map.
 

Constructors in org.jvnet.ws.wadl.ast with parameters of type Method
MethodNode(Method m, ResourceNode r)
          Creates a new instance of MethodNode and attach it to a resource
MethodNode(Method m, ResourceTypeNode r)
          Creates a new instance of MethodNode and attach it to a resource type
 



Copyright © 2014. All Rights Reserved.