public final class WSDLPortTypeImpl extends AbstractExtensibleImpl implements WSDLPortType
WSDLPortType
AbstractExtensibleImpl.UnknownWSDLExtension
extensions, 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, getExtensions
getLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addExtension, getExtension, getExtensions, getExtensions
getLocation
public WSDLPortTypeImpl(javax.xml.stream.XMLStreamReader xsr, WSDLModelImpl owner, QName name)
public QName getName()
WSDLPortType
getName
in interface WSDLPortType
public WSDLOperationImpl get(String operationName)
WSDLPortType
WSDLOperation
for a given operation nameget
in interface WSDLPortType
operationName
- non-null operationNameWSDLOperation
is not foundpublic Iterable<WSDLOperationImpl> getOperations()
WSDLPortType
Iterable
<WSDLOperation
>getOperations
in interface WSDLPortType
public 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.