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

Part Number E27170-01

Uses of Interface
weblogic.wsee.wsdl.WsdlExtension

Packages that use WsdlExtension
weblogic.wsee.wsdl This package contains classes that help parse and generate WSDL. 
 

Uses of WsdlExtension in weblogic.wsee.wsdl
 

Methods in weblogic.wsee.wsdl that return WsdlExtension
 WsdlExtension WsdlExtensible.getExtension(String name)
          returns the first extension for the specified name
 

Methods in weblogic.wsee.wsdl that return types with arguments of type WsdlExtension
 List<WsdlExtension> WsdlExtensible.getExtensionList(String name)
          returns the extension list for the specified name
 Map<String,List<WsdlExtension>> WsdlExtensible.getExtensions()
          returns the list of extensions
 

Methods in weblogic.wsee.wsdl with parameters of type WsdlExtension
 void WsdlExtensible.putExtension(WsdlExtension extension)
           
 


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