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

Part Number E41849-02

weblogic.wsee.deploy
Class WsdlAddressInfo.PortAddress

java.lang.Object
  extended by weblogic.wsee.deploy.WsdlAddressInfo.PortAddress
Enclosing class:
WsdlAddressInfo

Deprecated.

public static class WsdlAddressInfo.PortAddress
extends Object


Method Summary
 String getHost()
          Deprecated.  
 String getListenPort()
          Deprecated.  
 String getProtocol()
          Deprecated.  
 String getServiceuri()
          Deprecated.  
 void setHost(String host)
          Deprecated.  
 void setListenPort(String listenPort)
          Deprecated.  
 void setProtocol(String protocol)
          Deprecated.  
 void setServiceuri(String serviceuri)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProtocol

public String getProtocol()
Deprecated. 

setProtocol

public void setProtocol(String protocol)
Deprecated. 

getServiceuri

public String getServiceuri()
Deprecated. 

setServiceuri

public void setServiceuri(String serviceuri)
Deprecated. 

getListenPort

public String getListenPort()
Deprecated. 

setListenPort

public void setListenPort(String listenPort)
Deprecated. 

getHost

public String getHost()
Deprecated. 

setHost

public void setHost(String host)
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