com.alibaba.dubbo.rpc.protocol.webservice
Class WebServiceProtocol

java.lang.Object
  extended by com.alibaba.dubbo.rpc.protocol.AbstractProtocol
      extended by com.alibaba.dubbo.rpc.protocol.AbstractProxyProtocol
          extended by com.alibaba.dubbo.rpc.protocol.webservice.WebServiceProtocol
All Implemented Interfaces:
Protocol

public class WebServiceProtocol
extends AbstractProxyProtocol

WebServiceProtocol.

Author:
netcomm

Field Summary
static int DEFAULT_PORT
           
 
Constructor Summary
WebServiceProtocol()
           
 
Method Summary
 int getDefaultPort()
          获取缺省端口,当用户没有配置端口时使用。
 void setHttpBinder(HttpBinder httpBinder)
           
 
Methods inherited from class com.alibaba.dubbo.rpc.protocol.AbstractProxyProtocol
addRpcException, export, getProxyFactory, refer, setProxyFactory
 
Methods inherited from class com.alibaba.dubbo.rpc.protocol.AbstractProtocol
destroy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
See Also:
Constant Field Values
Constructor Detail

WebServiceProtocol

public WebServiceProtocol()
Method Detail

setHttpBinder

public void setHttpBinder(HttpBinder httpBinder)

getDefaultPort

public int getDefaultPort()
Description copied from interface: Protocol
获取缺省端口,当用户没有配置端口时使用。

Returns:
缺省端口


Copyright © 2012–2017 Alibaba. All rights reserved.