com.bea.control
Annotation Type ServiceControl.CallbackJmsQueue


@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface ServiceControl.CallbackJmsQueue

This annotation provides the ability to override the default queue name for the callback jws for the service control callback endpoint This annotation can be added manually to the service control and modified on the service control. Its value is used during assembly time.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value