Interface EditableWSDLPart
- All Superinterfaces:
WSDLObject,WSDLPart
- All Known Implementing Classes:
WSDLPartImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBinding(ParameterBinding binding) Sets bindingvoidsetIndex(int index) Sets indexMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocationMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLPart
getBinding, getDescriptor, getIndex, getName
-
Method Details
-
setBinding
Sets binding- Parameters:
binding- Binding
-
setIndex
void setIndex(int index) Sets index- Parameters:
index- Index
-