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 |
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 decorateusername
- The current user
Copyright © 2010 Atlassian. All Rights Reserved.