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

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

Uses of WSDLOutput in org.jvnet.wom.api
 

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

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

Uses of WSDLOutput in org.jvnet.wom.impl
 

Subclasses of WSDLOutput in org.jvnet.wom.impl
 class WSDLOutputImpl
           
 

Methods in org.jvnet.wom.impl that return WSDLOutput
 WSDLOutput WSDLOperationImpl.getOutput()
           
 WSDLOutput WSDLBoundOutputImpl.getOutput()
           
 



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