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

Part Number E41849-02

weblogic.wsee.wsdl
Interface WsdlExtensible

All Superinterfaces:
WsdlElement
All Known Subinterfaces:
WsdlBinding, WsdlDefinitions, WsdlMessage, WsdlOperation, WsdlPort, WsdlService

Deprecated.

public interface WsdlExtensible
extends WsdlElement

This class represents a extensible WSDL element. This class is the root for many WSDL elements like, Binding, Port, etc.


Method Summary
 WsdlExtension getExtension(String name)
          Deprecated. returns the first extension for the specified name
 List<WsdlExtension> getExtensionList(String name)
          Deprecated. returns the extension list for the specified name
 Map<String,List<WsdlExtension>> getExtensions()
          Deprecated. returns the list of extensions
 void putExtension(WsdlExtension extension)
          Deprecated.  
 
Methods inherited from interface weblogic.wsee.wsdl.WsdlElement
getDocumentation
 

Method Detail

getExtension

WsdlExtension getExtension(String name)
Deprecated. 
returns the first extension for the specified name

Parameters:
name - name of the extension
Returns:
wsdl extension, null if extension is not found.

getExtensionList

List<WsdlExtension> getExtensionList(String name)
Deprecated. 
returns the extension list for the specified name

Parameters:
name - name of the extension
Returns:
wsdl extension, null if extension is not found.

putExtension

void putExtension(WsdlExtension extension)
Deprecated. 

getExtensions

Map<String,List<WsdlExtension>> getExtensions()
Deprecated. 
returns the list of extensions

Returns:
list of extensions.

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