Created
May 12, 2013 23:49
-
-
Save marianocapurro/5565393 to your computer and use it in GitHub Desktop.
devkit-studio-category
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Connector(name = "ldap", schemaVersion = "3.4", friendlyName="LDAP", minMuleVersion="3.4", description="LDAP Connector that allows you to connect to any LDAP server and perform every LDAP operation") | |
@Category(name = "org.mule.tooling.category.core", description = "Components") | |
public class LDAPConnector | |
{ | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment