JBoss Wise API

Uses of Interface
org.jboss.wise.core.client.WSMethod

Packages that use WSMethod
org.jboss.wise.core.client   
org.jboss.wise.core.client.impl.reflection   
 

Uses of WSMethod in org.jboss.wise.core.client
 

Methods in org.jboss.wise.core.client that return WSMethod
 WSMethod WSDynamicClient.getWSMethod(java.lang.String serviceName, java.lang.String portName, java.lang.String operationName)
          It return directly the method to invoke the specified action on specified port of specified service.
 

Methods in org.jboss.wise.core.client that return types with arguments of type WSMethod
 java.util.Map<java.lang.String,WSMethod> WSEndpoint.getWSMethods()
          Create the webmethods' map and it back.
 

Uses of WSMethod in org.jboss.wise.core.client.impl.reflection
 

Classes in org.jboss.wise.core.client.impl.reflection that implement WSMethod
 class WSMethodImpl
          Represent a webservice operation invocation
 

Methods in org.jboss.wise.core.client.impl.reflection that return WSMethod
 WSMethod WSDynamicClientImpl.getWSMethod(java.lang.String serviceName, java.lang.String portName, java.lang.String operationName)
          It return directly the method to invoke the specified action on specified port of specified service.
 

Methods in org.jboss.wise.core.client.impl.reflection that return types with arguments of type WSMethod
 java.util.Map<java.lang.String,WSMethod> WSEndpointImpl.getWSMethods()
          Create the webmethods' map and it back.
 


JBoss Wise API

Copyright © 2008-2009 Jboss.org. All Rights Reserved.