anyframe.core.remoting.webservices.server
Class ServerInfo
java.lang.Object
anyframe.core.remoting.webservices.client.ClientInfo
anyframe.core.remoting.webservices.server.ServerInfo
public class ServerInfo
- extends ClientInfo
ServerInfo extends ClientInfo because server and
client side has duplication of information. There
are additional information to start Server and it
depends on which server you use.
- Author:
- SooYeon Park
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerInfo
public ServerInfo()
ServerInfo
public ServerInfo(Class interfaceClass,
Object impleClass,
String address)
ServerInfo
public ServerInfo(Class interfaceClass,
Object impleClass,
String address,
boolean useAegisBinding)
ServerInfo
public ServerInfo(Class interfaceClass,
Object impleClass,
String address,
boolean useAegisBinding,
boolean useMTOMBinding)
getImpleClass
public Object getImpleClass()
setImpleClass
public void setImpleClass(Object impleClass)
getPort
public int getPort()
setPort
public void setPort(int port)
getWarpath
public String getWarpath()
setWarpath
public void setWarpath(String warpath)
getBindingId
public String getBindingId()
setBindingId
public void setBindingId(String bindingId)
isWrapped
public boolean isWrapped()
setWrapped
public void setWrapped(boolean isWrapped)
Copyright © 2008-2009 Samsung SDS. All Rights Reserved.