org.mule.config.annotations
Annotation Type Entrypoint


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface Entrypoint

Marks a serviceMethod as being discoverable. This means that methods with this annotation can be invoked by an external client or service. The entrypoint method may have further annotations to describe how each of the parameters are to be extracted from the current message. If there are no further annotations, Mule will use other entrypoint resolvers to work out how to match the entrypoint parameters with the data held in the current event.

See Also:
XPath, Mule, Groovy, Bean, ExpressionString, Ognl, Function



Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.