com.bea.control
Annotation Type ServiceControl.OperationName


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface ServiceControl.OperationName

The OperationName annotation is only used when the target WSDL defines operations with names that are invalid as Java method names.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value