- java.lang.Object
-
- javax.xml.ws.WebServiceFeature
-
- com.sun.xml.ws.developer.BindingTypeFeature
-
@ManagedData public final class BindingTypeFeature extends WebServiceFeature
Using this feature, the application could override the binding used by the runtime(usually determined from WSDL).- Author:
- Jitendra Kotamraju
-
-
Field Summary
Fields Modifier and Type Field Description static StringID-
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
-
-
Constructor Summary
Constructors Constructor Description BindingTypeFeature(String bindingId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBindingId()StringgetID()-
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BindingTypeFeature
public BindingTypeFeature(String bindingId)
-
-
Method Detail
-
getID
@ManagedAttribute public String getID()
- Specified by:
getIDin classWebServiceFeature
-
getBindingId
@ManagedAttribute public String getBindingId()
-
-