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, wait
getLocation
public WSDLPartImpl(XMLStreamReader xsr, String partName, int index, WSDLPartDescriptor descriptor)
public String getName()
WSDLPart
public ParameterBinding getBinding()
WSDLPart
getBinding
in interface WSDLPart
public void setBinding(ParameterBinding binding)
EditableWSDLPart
setBinding
in interface EditableWSDLPart
binding
- Bindingpublic int getIndex()
WSDLPart
public void setIndex(int index)
EditableWSDLPart
setIndex
in interface EditableWSDLPart
index
- Indexpublic WSDLPartDescriptor getDescriptor()
WSDLPart
getDescriptor
in interface WSDLPart
@NotNull public final Locator getLocation()
WSDLObject
getLocation
in interface WSDLObject
Copyright © 2015 Oracle Corporation. All rights reserved.