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

Part Number E41849-02

weblogic.wsee.wsdl
Interface WsdlPort

All Superinterfaces:
WsdlElement, WsdlExtensible

Deprecated.

public interface WsdlPort
extends WsdlExtensible

WsdlPort corresponds to wsdl:port defined by schema.

 <xs:complexType name="tPort">
 <xs:complexContent>
 <xs:extension base="wsdl:tExtensibleDocumented">
 <xs:attribute name="name" type="xs:NCName" use="required" />
 <xs:attribute name="binding" type="xs:QName" use="required" />
 </xs:extension>
 </xs:complexContent>
 </xs:complexType>
 


Method Summary
 WsdlBinding getBinding()
          Deprecated. returns the binding for this port
 WsdlDefinitions getDefinitions()
          Deprecated. Return wsdl definitions.
 QName getName()
          Deprecated. returns the name of this port
 PolicyURIs getPolicyUris()
          Deprecated. Retrieve any attached policy refs to the WSDL port
 WsdlAddressInfo.PortAddress getPortAddress()
          Deprecated.  
 WsdlPortType getPortType()
          Deprecated. returns the port type for this port
 WsdlService getService()
          Deprecated. return the parent node of this port
 String getTransport()
          Deprecated. returns the transport for this port
 void setPolicyUris(PolicyURIs policyUris)
          Deprecated. Set an attached policy ref
 void setPortAddress(WsdlAddressInfo.PortAddress portAddress)
          Deprecated.  
 
Methods inherited from interface weblogic.wsee.wsdl.WsdlExtensible
getExtension, getExtensionList, getExtensions, putExtension
 
Methods inherited from interface weblogic.wsee.wsdl.WsdlElement
getDocumentation
 

Method Detail

getName

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

Returns:
name of this port

getService

WsdlService getService()
Deprecated. 
return the parent node of this port

Returns:
wsdl:service

getBinding

WsdlBinding getBinding()
Deprecated. 
returns the binding for this port

Returns:
wsdl:binding

getPortType

WsdlPortType getPortType()
Deprecated. 
returns the port type for this port

Returns:
wsdl:portType

getTransport

String getTransport()
Deprecated. 
returns the transport for this port

Returns:
name of the transport. eg HTTP, HTTPS, JMS

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

getDefinitions

WsdlDefinitions getDefinitions()
Deprecated. 
Return wsdl definitions.

Returns:
WsdlDefinitions object

getPortAddress

WsdlAddressInfo.PortAddress getPortAddress()
Deprecated. 

setPortAddress

void setPortAddress(WsdlAddressInfo.PortAddress portAddress)
Deprecated. 

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