Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.wsee.wsdl
Interface WsdlPortType

All Superinterfaces:
WsdlElement

Deprecated.

public interface WsdlPortType
extends WsdlElement

WsdlPortType corresponds to wsdl:portType defined by the following schema.

 <xs:complexType name="tPortType">
 <xs:complexContent>
 <xs:extension base="wsdl:tExtensibleAttributesDocumented">
 <xs:sequence>
 <xs:element name="operation" type="wsdl:tOperation"
   minOccurs="0" maxOccurs="unbounded" />
 </xs:sequence>
 <xs:attribute name="name" type="xs:NCName" use="required" />
 </xs:extension>
 </xs:complexContent>
 </xs:complexType>
 


Method Summary
 QName getName()
          Deprecated. returns the name of this port type
 Map<QName,? extends WsdlOperation> getOperations()
          Deprecated. returns a list of WsdlOperation
 PolicyURIs getPolicyUris()
          Deprecated. Retrieve any attached policy refs to the WSDL port
 void setPolicyUris(PolicyURIs policyUris)
          Deprecated. Set an attached policy ref
 
Methods inherited from interface weblogic.wsee.wsdl.WsdlElement
getDocumentation
 

Method Detail

getName

QName getName()
Deprecated. 
returns the name of this port type

Returns:
name of the port type

getOperations

Map<QName,? extends WsdlOperation> getOperations()
Deprecated. 
returns a list of WsdlOperation

Returns:
list of operations

getPolicyUris

PolicyURIs getPolicyUris()
Deprecated. 
Retrieve any attached policy refs to the WSDL port

Returns:
PolicyURIs object encapsulating the refs

setPolicyUris

void setPolicyUris(PolicyURIs policyUris)
Deprecated. 
Set an attached policy ref

Parameters:
policyUris - object encapsulating the refs

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02