Uses of Interface
org.andromda.cartridges.support.webservice.client.TypeMapper

Uses of TypeMapper in org.andromda.cartridges.support.webservice.client
 

Classes in org.andromda.cartridges.support.webservice.client that implement TypeMapper
 class DefaultTypeMapper
          The default TypeMapper implementation.
 

Methods in org.andromda.cartridges.support.webservice.client with parameters of type TypeMapper
static Object Axis2ClientUtils.deserialize(OMElement element, Class type, TypeMapper typeMapper)
          Deserializes the given element to the given type.
static OMElement Axis2ClientUtils.getOMElement(javax.wsdl.Definition definition, javax.wsdl.extensions.schema.Schema schema, Element componentElement, Object bean, String elementName, OMFactory factory, Map<String,OMNamespace> namespaces, TypeMapper typeMapper)
          Constructs and OMElement from the given bean
static OMElement Axis2ClientUtils.getOperationOMElement(javax.wsdl.Definition definition, Method method, Object[] arguments, TypeMapper typeMapper)
          Gets the appropriate OM element for the given method
 void WebServiceClient.setTypeMapper(TypeMapper typeMapper)
          Sets the optional object creator implementation.
 



Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.