JBoss Wise API

Uses of Class
org.jboss.wise.core.exception.MappingException

Packages that use MappingException
org.jboss.wise.core.client   
org.jboss.wise.core.client.impl.reflection   
org.jboss.wise.core.mapper   
 

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

Methods in org.jboss.wise.core.client that throw MappingException
 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)
          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 MappingException in org.jboss.wise.core.client.impl.reflection
 

Methods in org.jboss.wise.core.client.impl.reflection that throw MappingException
 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.
 InvocationResult WSMethodImpl.invoke(java.lang.Object args)
          Invokes this method with the provided arguments
 InvocationResultImpl WSMethodImpl.invoke(java.lang.Object args, WiseMapper mapper)
          Invokes this method with the provided arguments applying provided mapper
 

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

Methods in org.jboss.wise.core.mapper that throw MappingException
 java.util.Map<java.lang.String,java.lang.Object> WiseMapper.applyMapping(java.lang.Object originalObjects)
          apply this mapping to original object
 java.util.Map<java.lang.String,java.lang.Object> SmooksMapper.applyMapping(java.lang.Object originalObjects)
          apply this mapping to original object
 


JBoss Wise API

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