org.eclipse.modisco.jee.ejbjar.EjbJar31
Interface RespectBindingType


public interface RespectBindingType

A representation of the model object 'Respect Binding Type'. Corresponds to the javax.xml.ws.RespectBinding annotation or its corresponding javax.xml.ws.RespectBindingFeature web service feature. This is used to control whether a JAX-WS implementation must respect/honor the contents of the wsdl:binding in the WSDL that is associated with the service. If the "enabled" element is "true", wsdl:binding in the associated WSDL, if any, must be respected/honored.

The following features are supported:

See Also:
EjbJar31Package.getRespectBindingType()
Generated:
Model:
extendedMetaData="name='respect-bindingType' kind='elementOnly'"

Method Summary
 TrueFalseType getEnabled()
          Returns the value of the 'Enabled' containment reference.
 void setEnabled(TrueFalseType value)
          Sets the value of the 'Enabled' containment reference.
 

Method Detail

getEnabled

TrueFalseType getEnabled()
Returns the value of the 'Enabled' containment reference.

If the meaning of the 'Enabled' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Enabled' containment reference.
See Also:
setEnabled(TrueFalseType), EjbJar31Package.getRespectBindingType_Enabled()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='enabled' namespace='http://java.sun.com/xml/ns/javaee'"

setEnabled

void setEnabled(TrueFalseType value)
Sets the value of the 'Enabled' containment reference.

Parameters:
value - the new value of the 'Enabled' containment reference.
See Also:
getEnabled()
Generated: