public final class WSDLPartImpl extends Object implements EditableWSDLPart
WSDLPart| Constructor and Description |
|---|
WSDLPartImpl(XMLStreamReader xsr,
String partName,
int index,
WSDLPartDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
ParameterBinding |
getBinding()
Gets the wsdl:part binding as seen thru wsdl:binding
|
WSDLPartDescriptor |
getDescriptor()
Gives the XML Schema descriptor referenced using either wsdl:part@element or wsdl:part@type.
|
int |
getIndex()
Index value is as the order in which the wsdl:part appears inside the input or output wsdl:message.
|
Locator |
getLocation()
Gets the source location information in the parsed WSDL.
|
String |
getName()
Gets wsdl:part@name attribute value.
|
void |
setBinding(ParameterBinding binding)
Sets binding
|
void |
setIndex(int index)
Sets index
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationpublic WSDLPartImpl(XMLStreamReader xsr, String partName, int index, WSDLPartDescriptor descriptor)
public String getName()
WSDLPartpublic ParameterBinding getBinding()
WSDLPartgetBinding in interface WSDLPartpublic void setBinding(ParameterBinding binding)
EditableWSDLPartsetBinding in interface EditableWSDLPartbinding - Bindingpublic int getIndex()
WSDLPartpublic void setIndex(int index)
EditableWSDLPartsetIndex in interface EditableWSDLPartindex - Indexpublic WSDLPartDescriptor getDescriptor()
WSDLPartgetDescriptor in interface WSDLPart@NotNull public final Locator getLocation()
WSDLObjectgetLocation in interface WSDLObjectCopyright © 2015 Oracle Corporation. All rights reserved.