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

Part Number E41849-02

weblogic.wsee.wsdl
Interface WsdlBinding

All Superinterfaces:
WsdlElement, WsdlExtensible

Deprecated.

public interface WsdlBinding
extends WsdlExtensible

This class corresponds to wsdl:binding defined by the following schema.

 <xs:complexType name="tBinding">
 <xs:complexContent>
 <xs:extension base="wsdl:tExtensibleDocumented">
 <xs:sequence>
 <xs:element name="operation" type="wsdl:tBindingOperation"
 minOccurs="0" maxOccurs="unbounded" />
 </xs:sequence>
 <xs:attribute name="name" type="xs:NCName" use="required" />
 <xs:attribute name="type" type="xs:QName" use="required" />
 </xs:extension>
 </xs:complexContent>
 </xs:complexType>
 


Method Summary
 String getBindingType()
          Deprecated. returns the type of this binding.
 QName getName()
          Deprecated. returns the name of this binding
 Map<QName,?> getOperations()
          Deprecated.  
 PolicyURIs getPolicyUris()
          Deprecated. Retrieve any attached policy refs to the WSDL port
 WsdlPortType getPortType()
          Deprecated. returns the port type for this binding
 String getTransportProtocol()
          Deprecated.  
 String getTransportURI()
          Deprecated. Returns the binding transport URI
 void setPolicyUris(PolicyURIs policyUris)
          Deprecated. Set an attached policy ref
 
Methods inherited from interface weblogic.wsee.wsdl.WsdlExtensible
getExtension, getExtensionList, getExtensions, putExtension
 
Methods inherited from interface weblogic.wsee.wsdl.WsdlElement
getDocumentation
 

Method Detail

getBindingType

String getBindingType()
Deprecated. 
returns the type of this binding.

Returns:
type of the binding

getTransportProtocol

String getTransportProtocol()
Deprecated. 

getTransportURI

String getTransportURI()
Deprecated. 
Returns the binding transport URI


getName

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

Returns:
name

getPortType

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

Returns:
port type

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

getOperations

Map<QName,?> getOperations()
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