org.codehaus.enunciate.soap.annotations
Annotation Type SoapBindingName


public @interface SoapBindingName

Annotation for configuring the soap binding name. This isn't really necessary; it's more for aesthetic purposes.

Author:
Ryan Heaton

Required Element Summary
 java.lang.String value
          The soap binding name.
 

Element Detail

value

public abstract java.lang.String value
The soap binding name.

Returns:
The soap binding name.