Mule Zuora Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.zuora.api
com.zuora.api.fault
com.zuora.api.object
org.mule.modules.zuora
org.mule.modules.zuora.config
org.mule.modules.zuora.config.spring
org.mule.modules.zuora.zobject
org.mule.modules.zuora.zuora.api
org.mule.modules.zuora.zuora.api.internal
Interfaces
ZuoraClient
<E extends Throwable>
Classes
CxfZuoraClient
ZObjectMapper
ZuoraClientAdaptor
Exceptions
SessionTimedOutException
ZuoraException
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
ZObjectMapper
extends Object
java.lang.Object
↳
org.mule.modules.zuora.zuora.api.ZObjectMapper
Summary
Fields
private static Logger
logger
Public Constructors
ZObjectMapper
()
Public Methods
static List<
ZObject
>
toZObject
(
ZObjectType
type, List<Map<String, Object>> maps)
static
ZObject
toZObject
(
ZObjectType
type, Map<String, Object> map)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private static Logger
logger
Public Constructors
public
ZObjectMapper
()
Public Methods
public static List<
ZObject
>
toZObject
(
ZObjectType
type, List<Map<String, Object>> maps)
Parameters
type
maps
public static
ZObject
toZObject
(
ZObjectType
type, Map<String, Object> map)
Parameters
type
map