public final class WSDLPartImpl extends AbstractObjectImpl implements WSDLPart
WSDLPart| Constructor and Description |
|---|
WSDLPartImpl(javax.xml.stream.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.
|
String |
getName()
Gets wsdl:part@name attribute value.
|
(package private) boolean |
isBody() |
void |
setBinding(ParameterBinding binding) |
void |
setIndex(int index) |
getLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationpublic WSDLPartImpl(javax.xml.stream.XMLStreamReader xsr, String partName, int index, WSDLPartDescriptor descriptor)
public String getName()
WSDLPartpublic ParameterBinding getBinding()
WSDLPartgetBinding in interface WSDLPartpublic void setBinding(ParameterBinding binding)
public int getIndex()
WSDLPartpublic void setIndex(int index)
boolean isBody()
public WSDLPartDescriptor getDescriptor()
WSDLPartgetDescriptor in interface WSDLPartCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.