WsdlElement, WsdlExtensiblepublic interface WsdlBinding extends WsdlExtensible
<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>
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getBindingType() | 
 Deprecated. 
returns the type of this binding. 
 | 
javax.xml.namespace.QName | 
getName() | 
 Deprecated. 
returns the name of this binding 
 | 
java.util.Map<javax.xml.namespace.QName,? extends weblogic.wsee.wsdl.WsdlBindingOperation> | 
getOperations() | 
 Deprecated. 
  | 
PolicyURIs | 
getPolicyUris() | 
 Deprecated. 
Retrieve any attached policy refs to the WSDL port 
 | 
WsdlPortType | 
getPortType() | 
 Deprecated. 
returns the port type for this binding 
 | 
java.lang.String | 
getTransportProtocol() | 
 Deprecated. 
  | 
java.lang.String | 
getTransportURI() | 
 Deprecated. 
Returns the binding transport URI 
 | 
void | 
setPolicyUris(PolicyURIs policyUris) | 
 Deprecated. 
Set an attached policy ref 
 | 
getDocumentationgetExtension, getExtensionList, getExtensions, putExtensionjava.lang.String getBindingType()
java.lang.String getTransportProtocol()
java.lang.String getTransportURI()
javax.xml.namespace.QName getName()
WsdlPortType getPortType()
PolicyURIs getPolicyUris()
void setPolicyUris(PolicyURIs policyUris)
policyUris - object encapsulating the refsjava.util.Map<javax.xml.namespace.QName,? extends weblogic.wsee.wsdl.WsdlBindingOperation> getOperations()