com.bea.wli.common
Annotation Type Wsdl


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Wsdl

The Wsdl annotation specifies the WSDL contract with which your service complies. This value can refer to a file or to a WSDL definition provided by a com.bea.wli.common.Defines annotation included in the service file. This annotation can be present on a Jpd or a Service Broker Control file.


Required Element Summary
 String value
          Specifies the name of a WSDL file.
 

Element Detail

value

public abstract String value
Specifies the name of a WSDL file. value may begin with the # character, in which case the referenced WSDL file is expected to be found inline in the current file as the value of a com.bea.wli.common.Defines annotation's Entry (with name and value properties) property.