@Scope("MODULE")
public class ExternalWebServiceWireBuilder extends WireBuilderSupport<WSExternalServiceContextFactory> {
@Override
protected TargetInvoker createInvoker(QualifiedName targetName, Method operation, ScopeContext context, boolean downScope) {
return new ExternalServiceTargetInvoker(targetName, operation, context);
}