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

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

Uses of WSDLBoundOutput in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return WSDLBoundOutput
abstract  WSDLBoundOutput WSDLBoundOperation.getOutput()
          Gets the wsdl:output of this operation.
 

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

Uses of WSDLBoundOutput in org.jvnet.wom.impl
 

Subclasses of WSDLBoundOutput in org.jvnet.wom.impl
 class WSDLBoundOutputImpl
           
 

Methods in org.jvnet.wom.impl that return WSDLBoundOutput
 WSDLBoundOutput WSDLBoundOperationImpl.getOutput()
           
 

Methods in org.jvnet.wom.impl with parameters of type WSDLBoundOutput
 void WSDLBoundOperationImpl.setBoundOutput(WSDLBoundOutput output)
           
 



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