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) |
getLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocation
public WSDLPartImpl(javax.xml.stream.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)
public int getIndex()
WSDLPart
public void setIndex(int index)
boolean isBody()
public WSDLPartDescriptor getDescriptor()
WSDLPart
getDescriptor
in interface WSDLPart
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.