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

Part Number E27170-01

weblogic.wsee.wsdl
Interface WsdlFilter


public interface WsdlFilter

Allows layered-products to customize the way a WSDL is generated.


Method Summary
 boolean isMessagePartSupported(QName messageName, String partName)
           
 boolean isPortSupported(QName portName)
          Return true to include a port in a service.
 String rewritePortUrl(QName portName, String protocol, String host, String listenPort, String serviceUri, String origUrl)
          Rewrites a port URL.
 

Method Detail

isPortSupported

boolean isPortSupported(QName portName)
Return true to include a port in a service. Return false to exclude.

Parameters:
portName -
Returns:
boolean

isMessagePartSupported

boolean isMessagePartSupported(QName messageName,
                               String partName)

rewritePortUrl

String rewritePortUrl(QName portName,
                      String protocol,
                      String host,
                      String listenPort,
                      String serviceUri,
                      String origUrl)
Rewrites a port URL.

Parameters:
portName - port name
protocol - protocol (http/https)
host - host
listenPort - listen port
serviceUri - service URI of the service
origUrl - URL specified in the static WSDL
Returns:
rewritten port URL

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