JBoss Wise API

Uses of Interface
org.jboss.wise.core.mapper.WiseMapper

Packages that use WiseMapper
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   
org.jboss.wise.core.mapper   
 

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

Methods in org.jboss.wise.core.client with parameters of type WiseMapper
 java.util.Map<java.lang.String,java.lang.Object> InvocationResult.getMappedResult(WiseMapper mapper)
          Apply WiseMapper provided with to returned Object as defined in wsdl/wiseconsume generated objects.
 java.util.Map<java.lang.String,java.lang.Object> InvocationResult.getMapRequestAndResult(WiseMapper mapper, java.util.Map<java.lang.String,java.lang.Object> inputMap)
          Apply WiseMapper provided to returned Object as defined in wsdl/wiseconsume generated objects.
 InvocationResult WSMethod.invoke(java.lang.Object args, WiseMapper mapper)
          Invokes this method with the provided arguments applying provided mapper
 

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

Methods in org.jboss.wise.core.client.impl.reflection with parameters of type WiseMapper
 java.util.Map<java.lang.String,java.lang.Object> InvocationResultImpl.getMappedResult(WiseMapper mapper)
          Apply WiseMapper provided with to returned Object as defined in wsdl/wiseconsume generated objects.
 java.util.Map<java.lang.String,java.lang.Object> InvocationResultImpl.getMapRequestAndResult(WiseMapper mapper, java.util.Map<java.lang.String,java.lang.Object> inputMap)
          Apply WiseMapper provided to returned Object as defined in wsdl/wiseconsume generated objects.
 InvocationResultImpl WSMethodImpl.invoke(java.lang.Object args, WiseMapper mapper)
          Invokes this method with the provided arguments applying provided mapper
 

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

Methods in org.jboss.wise.core.client.jaxrs with parameters of type WiseMapper
 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 WiseMapper in org.jboss.wise.core.client.jaxrs.impl
 

Methods in org.jboss.wise.core.client.jaxrs.impl with parameters of type WiseMapper
 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)
           
 

Uses of WiseMapper in org.jboss.wise.core.mapper
 

Classes in org.jboss.wise.core.mapper that implement WiseMapper
 class SmooksMapper
          A WiseMapper based on smooks
 


JBoss Wise API

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