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

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

Uses of WSDLBoundInput in org.jvnet.wom.api
 

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

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

Uses of WSDLBoundInput in org.jvnet.wom.impl
 

Subclasses of WSDLBoundInput in org.jvnet.wom.impl
 class WSDLBoundInputImpl
           
 

Methods in org.jvnet.wom.impl that return WSDLBoundInput
 WSDLBoundInput WSDLBoundOperationImpl.getInput()
           
 

Methods in org.jvnet.wom.impl with parameters of type WSDLBoundInput
 void WSDLBoundOperationImpl.setBoundInput(WSDLBoundInput input)
           
 



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