Class RespectBindingType
- java.lang.Object
-
- com.sun.xml.ws.config.metro.parser.jsr109.RespectBindingType
-
- All Implemented Interfaces:
Locatable
public class RespectBindingType extends Object implements Locatable
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.Java class for respect-bindingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="respect-bindingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enabled" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected TrueFalseTypeenabledprotected Locatorlocator
-
Constructor Summary
Constructors Constructor Description RespectBindingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrueFalseTypegetEnabled()Gets the value of the enabled property.voidsetEnabled(TrueFalseType value)Sets the value of the enabled property.voidsetSourceLocation(Locator newLocator)LocatorsourceLocation()
-
-
-
Field Detail
-
enabled
protected TrueFalseType enabled
-
locator
protected Locator locator
-
-
Method Detail
-
getEnabled
public TrueFalseType getEnabled()
Gets the value of the enabled property.- Returns:
- possible object is
TrueFalseType
-
setEnabled
public void setEnabled(TrueFalseType value)
Sets the value of the enabled property.- Parameters:
value- allowed object isTrueFalseType
-
sourceLocation
public Locator sourceLocation()
- Specified by:
sourceLocationin interfaceLocatable- Returns:
- null if the location information is unavaiable,
or otherwise return a immutable valid
Locatorobject.
-
setSourceLocation
public void setSourceLocation(Locator newLocator)
-
-