public final class WsdlOpParameterList extends ArrayList<WsdlOpParameter>
modCount| Modifier | Constructor and Description |
|---|---|
protected |
WsdlOpParameterList(javax.wsdl.Operation op,
javax.wsdl.Binding binding,
WsdlTypes wsdlTypes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
add(javax.wsdl.Part p,
boolean requestPart)
Add a parameter to this list.
|
HashSet<String> |
getHeaderNames() |
javax.wsdl.Operation |
getOperation() |
protected WsdlOperation.SOAPParameterStyle |
getParameterStyle()
Get the style (WRAPPED or BARE) of the parameters in this list.
|
protected WsdlOpReturnType |
getReturnType()
Was there a 'return type' parameter in this list? If so return its XML type.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamprotected WsdlOpParameterList(javax.wsdl.Operation op,
javax.wsdl.Binding binding,
WsdlTypes wsdlTypes)
op - Operation this arg list is for.binding - Binding for the operation.wsdlTypes - Wsdl types.protected WsdlOpReturnType getReturnType()
protected WsdlOperation.SOAPParameterStyle getParameterStyle()
public javax.wsdl.Operation getOperation()
protected boolean add(javax.wsdl.Part p,
boolean requestPart)
throws KettleStepException
p - Message part defining the parameter.requestPart - tue if this parameter is part of an reqest message.KettleStepExceptionCopyright © 2018 Hitachi Vantara. All rights reserved.