public final class WSDLPortTypeImpl extends AbstractExtensibleImpl implements WSDLPortType
WSDLPortTypeAbstractExtensibleImpl.UnknownWSDLExtensionextensions, notUnderstoodExtensions| Constructor and Description |
|---|
WSDLPortTypeImpl(javax.xml.stream.XMLStreamReader xsr,
WSDLModelImpl owner,
QName name) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
freeze() |
WSDLOperationImpl |
get(String operationName)
Gets the
WSDLOperation for a given operation name |
QName |
getName()
Gets the name of the wsdl:portType@name attribute value as local name and wsdl:definitions@targetNamespace
as the namespace uri.
|
Iterable<WSDLOperationImpl> |
getOperations()
Gets
Iterable<WSDLOperation> |
(package private) WSDLModelImpl |
getOwner() |
void |
put(String opName,
WSDLOperationImpl ptOp)
Populates the Map that holds operation name as key and
WSDLOperation as the value. |
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensionsgetLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddExtension, getExtension, getExtensions, getExtensionsgetLocationpublic WSDLPortTypeImpl(javax.xml.stream.XMLStreamReader xsr, WSDLModelImpl owner, QName name)
public QName getName()
WSDLPortTypegetName in interface WSDLPortTypepublic WSDLOperationImpl get(String operationName)
WSDLPortTypeWSDLOperation for a given operation nameget in interface WSDLPortTypeoperationName - non-null operationNameWSDLOperation is not foundpublic Iterable<WSDLOperationImpl> getOperations()
WSDLPortTypeIterable<WSDLOperation>getOperations in interface WSDLPortTypepublic void put(String opName, WSDLOperationImpl ptOp)
WSDLOperation as the value.opName - Must be non-nullptOp - Must be non-nullNullPointerException - if either opName or ptOp is nullWSDLModelImpl getOwner()
void freeze()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.