Interface ICreateServiceObjectWithServiceParam
-
public interface ICreateServiceObjectWithServiceParam
The Interface ICreateServiceObjectWithServiceParam.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcreateServiceObjectWithServiceParam(ExchangeService srv)Creates the service object with service param.
-
-
-
Method Detail
-
createServiceObjectWithServiceParam
Object createServiceObjectWithServiceParam(ExchangeService srv) throws Exception
Creates the service object with service param.- Parameters:
srv- the srv- Returns:
- the object
- Throws:
Exception- the exception
-
-