org.ofbiz.common
Class CdyneServices

java.lang.Object
  extended by org.ofbiz.common.CdyneServices

public class CdyneServices
extends java.lang.Object

OFBIZ CDyne Services: for info see http://www.cdyne.com/developers/overview.aspx


Field Summary
static java.lang.String licenseKey
           
static java.lang.String module
           
 
Constructor Summary
CdyneServices()
           
 
Method Summary
static java.util.Map<java.lang.String,java.lang.Object> cdyneReturnCityState(DispatchContext dctx, java.util.Map<java.lang.String,?> context)
          CDyne ReturnCityState Service
static void populateCdyneAddress(org.w3c.dom.Element addressRootElement, java.util.Map<java.lang.String,java.lang.Object> targetContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module

licenseKey

public static final java.lang.String licenseKey
Constructor Detail

CdyneServices

public CdyneServices()
Method Detail

cdyneReturnCityState

public static java.util.Map<java.lang.String,java.lang.Object> cdyneReturnCityState(DispatchContext dctx,
                                                                                    java.util.Map<java.lang.String,?> context)
CDyne ReturnCityState Service

Parameters:
dctx - The DispatchContext that this service is operating in
context - Map containing the input parameters
Returns:
Map with the result of the service, the output parameters

populateCdyneAddress

public static void populateCdyneAddress(org.w3c.dom.Element addressRootElement,
                                        java.util.Map<java.lang.String,java.lang.Object> targetContext)