@NoExtend public class MuleServiceContractModel extends Object
Service contracts that are fulfilled by the owning MuleServiceModel| Constructor and Description |
|---|
MuleServiceContractModel(String serviceProviderClassName,
String contractClassName)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContractClassName() |
String |
getServiceProviderClassName() |
int |
hashCode() |
public MuleServiceContractModel(String serviceProviderClassName, String contractClassName)
serviceProviderClassName - The classname for the ServiceProvider that instantiates the contract implementationcontractClassName - the classname of the Service contractpublic String getServiceProviderClassName()
ServiceProvider that instantiates the contract implementationpublic String getContractClassName()
Service contractCopyright © 2019 MuleSoft, Inc.. All rights reserved.