Uses of Class
org.jvnet.wom.api.WSDLInput

Packages that use WSDLInput
org.jvnet.wom.api   
org.jvnet.wom.impl   
 

Uses of WSDLInput in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return WSDLInput
abstract  WSDLInput WSDLBoundInput.getInput()
          Gives the abstract wsdl:input
abstract  WSDLInput WSDLOperation.getInput()
          Gets the wsdl:input of this operation
 

Methods in org.jvnet.wom.api with parameters of type WSDLInput
 V WSDLVisitor.input(WSDLInput input, P param)
           
 

Uses of WSDLInput in org.jvnet.wom.impl
 

Subclasses of WSDLInput in org.jvnet.wom.impl
 class WSDLInputImpl
           
 

Methods in org.jvnet.wom.impl that return WSDLInput
 WSDLInput WSDLOperationImpl.getInput()
           
 WSDLInput WSDLBoundInputImpl.getInput()
           
 



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.