public interface WSDLPart extends WSDLObject
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.
|
String |
getName()
Gets wsdl:part@name attribute value.
|
getLocation
String getName()
ParameterBinding getBinding()
int getIndex()
WSDLPartDescriptor getDescriptor()
Copyright © 2015 Oracle Corporation. All rights reserved.