com.atlassian.bamboo.plugin
Interface AxisStubDecorator


public interface AxisStubDecorator

Interface to allow the decoration of Axis stubs by plugins. This exists primarily to allow


Method Summary
 void decorate(org.apache.axis.client.Stub stub, java.lang.String username)
          Perform whatever changes this plugin needs to make to the stub before it gets called
 

Method Detail

decorate

void decorate(@NotNull
              org.apache.axis.client.Stub stub,
              @Nullable
              java.lang.String username)
Perform whatever changes this plugin needs to make to the stub before it gets called

Parameters:
stub - The stub to decorate
username - The current user


Copyright © 2011 Atlassian. All Rights Reserved.