public abstract class ApiRpcClientStubFactory extends Object
| Constructor and Description |
|---|
ApiRpcClientStubFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract ApiRpcClientStubI |
createARRpcClientStub(ApiUserContextI context,
ApiConfigI config,
int xdrSize,
int lowerSvrRpcVersionBy)
Returns a ApiRpcClientStubI for a type
|
static ApiRpcClientStubFactory |
getFactory() |
static void |
setFactory(ApiRpcClientStubFactory factory) |
public static ApiRpcClientStubFactory getFactory()
public static void setFactory(ApiRpcClientStubFactory factory)
public abstract ApiRpcClientStubI createARRpcClientStub(ApiUserContextI context, ApiConfigI config, int xdrSize, int lowerSvrRpcVersionBy) throws org.acplt.oncrpc.OncRpcException, IOException, com.bmc.arsys.arencrypt.AREncryptionException, ARException
context - config - that for the String of API type, such as ARAPI / CMDBAPI from ArPropertyIxdrSize - lowerSvrRpcVersionBy - org.acplt.oncrpc.OncRpcExceptionIOExceptioncom.bmc.arsys.arencrypt.AREncryptionExceptionARException? Copyright 2013 BMC Software, Inc.