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

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

Uses of WSDLOperation in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return WSDLOperation
abstract  WSDLOperation WSDLPortType.get(javax.xml.namespace.QName operationName)
          Gets the WSDLOperation for a given operation name
abstract  WSDLOperation WSDLBoundOperation.getOperation()
          Gets the wsdl:portType/wsdl:operation model - WSDLOperation, associated with this binding operation.
 

Methods in org.jvnet.wom.api that return types with arguments of type WSDLOperation
abstract  java.lang.Iterable<WSDLOperation> WSDLPortType.getOperations()
          Gets Iterable<{$link WSDLOperation}>
 

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

Uses of WSDLOperation in org.jvnet.wom.impl
 

Subclasses of WSDLOperation in org.jvnet.wom.impl
 class WSDLOperationImpl
           
 

Methods in org.jvnet.wom.impl that return WSDLOperation
 WSDLOperation WSDLPortTypeImpl.get(javax.xml.namespace.QName operationName)
           
 WSDLOperation WSDLBoundOperationImpl.getOperation()
           
 

Methods in org.jvnet.wom.impl that return types with arguments of type WSDLOperation
 java.lang.Iterable<WSDLOperation> WSDLPortTypeImpl.getOperations()
           
 



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