org.ofbiz.common
Class CdyneServices
java.lang.Object
org.ofbiz.common.CdyneServices
public class CdyneServices
- extends java.lang.Object
OFBIZ CDyne Services: for info see http://www.cdyne.com/developers/overview.aspx
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 |
module
public static final java.lang.String module
licenseKey
public static final java.lang.String licenseKey
CdyneServices
public CdyneServices()
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 incontext
- 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)