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

Part Number E27170-01

Uses of Interface
weblogic.wsee.wsdl.WsdlBinding

Packages that use WsdlBinding
weblogic.wsee.conversation Provides classes and exceptions for developing conversational Web Services. 
weblogic.wsee.wsdl This package contains classes that help parse and generate WSDL. 
 

Uses of WsdlBinding in weblogic.wsee.conversation
 

Methods in weblogic.wsee.conversation with parameters of type WsdlBinding
static boolean ConversationUtils.isConversational(WsdlBinding binding)
          Determines if a given binding is conversational
 

Uses of WsdlBinding in weblogic.wsee.wsdl
 

Methods in weblogic.wsee.wsdl that return WsdlBinding
 WsdlBinding WsdlPort.getBinding()
          returns the binding for this port
 

Methods in weblogic.wsee.wsdl that return types with arguments of type WsdlBinding
 Map<QName,? extends WsdlBinding> WsdlDefinitions.getBindings()
          returns all bindings of this wsdl definition
 


Copyright 1996, 2013, 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.2)

Part Number E27170-01