public interface ServiceDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
List<String> |
getExcludedOperations() |
String |
getId() |
com.google.common.base.Optional<String> |
getPort() |
Map<String,Object> |
getProperties() |
com.google.common.base.Optional<String> |
getService() |
URL |
getWsdlUrl() |
String getId()
String getDisplayName()
URL getWsdlUrl()
com.google.common.base.Optional<String> getService()
Optional.absent()),
or it could have a concrete value. If it's left to null, then DevKit will do its best effort to pick it automatically.com.google.common.base.Optional<String> getPort()
Optional.absent()),
or it could have a concrete value. If it's left to null, then DevKit will do its best effort to pick it automatically.Map<String,Object> getProperties()
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.