@Target(value=METHOD)
@Retention(value=SOURCE)
@Documented
public @interface WsdlHeaders
The method annotated with WsdlHeaders will be responsible of returning a List that will be added on each envelope that will be sent to the endpoint.
Signature has have the following parameters and return type:
public List provideHeadersPrettyPlease(ServiceDefinition serviceDefinition, String operationName){