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