|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.model.wsdl.WSDLPartImpl
public final class WSDLPartImpl
Implementation of WSDLPart
| Constructor Summary | |
|---|---|
WSDLPartImpl(XMLStreamReader xsr,
String partName,
int index,
WSDLPartDescriptor descriptor)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject |
|---|
getLocation |
| Constructor Detail |
|---|
public WSDLPartImpl(XMLStreamReader xsr,
String partName,
int index,
WSDLPartDescriptor descriptor)
| Method Detail |
|---|
public String getName()
WSDLPart
getName in interface WSDLPartpublic ParameterBinding getBinding()
WSDLPart
getBinding in interface WSDLPartpublic void setBinding(ParameterBinding binding)
EditableWSDLPart
setBinding in interface EditableWSDLPartbinding - Bindingpublic int getIndex()
WSDLPart
getIndex in interface WSDLPartpublic void setIndex(int index)
EditableWSDLPart
setIndex in interface EditableWSDLPartindex - Indexpublic WSDLPartDescriptor getDescriptor()
WSDLPart
getDescriptor in interface WSDLPart@NotNull public final Locator getLocation()
WSDLObject
getLocation in interface WSDLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||