JBoss Wise API

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

Packages that use InvocationResult
org.jboss.wise.core.client   
org.jboss.wise.core.client.impl.reflection   
org.jboss.wise.core.client.jaxrs   
org.jboss.wise.core.client.jaxrs.impl   
 

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

Methods in org.jboss.wise.core.client that return InvocationResult
 InvocationResult WSMethod.invoke(java.lang.Object args)
          Invokes this method with the provided arguments
 InvocationResult WSMethod.invoke(java.lang.Object args, WiseMapper mapper)
          Invokes this method with the provided arguments applying provided mapper
 

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

Classes in org.jboss.wise.core.client.impl.reflection that implement InvocationResult
 class InvocationResultImpl
          Holds the webservice's invocation result's data.
 

Methods in org.jboss.wise.core.client.impl.reflection that return InvocationResult
 InvocationResult WSMethodImpl.invoke(java.lang.Object args)
          Invokes this method with the provided arguments
 

Uses of InvocationResult in org.jboss.wise.core.client.jaxrs
 

Methods in org.jboss.wise.core.client.jaxrs that return InvocationResult
 InvocationResult RSDynamicClient.invoke()
          Invoke JAXRS service.
 InvocationResult RSDynamicClient.invoke(byte[] request, WiseMapper mapper)
          Invoke JAXRS service.
 InvocationResult RSDynamicClient.invoke(java.io.InputStream request, WiseMapper mapper)
          Invoke JAXRS service.
 InvocationResult RSDynamicClient.invoke(java.util.Map<java.lang.String,java.lang.Object> inputObjects, WiseMapper mapper)
          Invoke JAXRS service.
 InvocationResult RSDynamicClient.invoke(java.lang.String request, WiseMapper mapper)
          Invoke JAXRS service.
 

Uses of InvocationResult in org.jboss.wise.core.client.jaxrs.impl
 

Methods in org.jboss.wise.core.client.jaxrs.impl that return InvocationResult
 InvocationResult RSDynamicClientImpl.invoke()
           
 InvocationResult RSDynamicClientImpl.invoke(byte[] request, WiseMapper mapper)
           
 InvocationResult RSDynamicClientImpl.invoke(java.io.File request, WiseMapper mapper)
           
 InvocationResult RSDynamicClientImpl.invoke(java.io.InputStream request, WiseMapper mapper)
           
 InvocationResult RSDynamicClientImpl.invoke(java.util.Map<java.lang.String,java.lang.Object> inputObjects, WiseMapper mapper)
           
 InvocationResult RSDynamicClientImpl.invoke(org.apache.commons.httpclient.methods.RequestEntity requestEntity, WiseMapper mapper)
           
 InvocationResult RSDynamicClientImpl.invoke(java.lang.String request, WiseMapper mapper)
           
 


JBoss Wise API

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