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

Part Number E41849-02

weblogic.wsee.wsdl
Interface WsdlExtension


Deprecated.

public interface WsdlExtension

This class represents a WSDL extension.


Method Summary
 String getKey()
          Deprecated. returns the key for this extension.
 void write(Element parent, WsdlWriter wsdlWriter)
          Deprecated.  
 

Method Detail

getKey

String getKey()
Deprecated. 
returns the key for this extension. This key will be used by the runtime to identify the extension.

Returns:
unique key for this extension.

write

void write(Element parent,
           WsdlWriter wsdlWriter)
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