com.bea.control
Annotation Type ServiceControl.EndpointMethodName


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

The EndpointMethdodName annotation is only used when the JaxRpc Service Endpoint Interface method does not match the method name on the service control.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value