ServiceCodeBuilder Class
- java.
lang. Object - CodeBuilder
- CodeBuilderBase
- microsoft.
servicefabric. services. remoting. builder. ServiceCodeBuilder
- microsoft.
public class ServiceCodeBuilder extends CodeBuilderBase
Used to create service proxy object and method dispatcher object. For internal use only.
Constructor Summary
Constructor | Description | |
---|---|---|
ServiceCodeBuilder() |
Method Summary
Inherited Members
Constructor Details
ServiceCodeBuilder
protected ServiceCodeBuilder()
Method Details
buildMethodBodyTypes
protected MethodBodyTypesBuildResult buildMethodBodyTypes(Class interfaceType)
Parameters:
buildMethodDispatcher
protected MethodDispatcherBuildResult buildMethodDispatcher(Class interfaceType)
Parameters:
buildProxyGenerator
protected ProxyGeneratorBuildResult buildProxyGenerator(Class interfaceType)
Parameters:
getOrCreateMethodDispatcher
public static ServiceMethodDispatcherBase getOrCreateMethodDispatcher(Class serviceInterfaceType)
Parameters:
getOrCreateProxyGenerator
public static ServiceProxyGenerator getOrCreateProxyGenerator(Class serviceInterfaceType)
Parameters:
Applies to
Azure SDK for Java