Anyframe Core

anyframe.core.remoting.webservices.server
Class ServerInfo

java.lang.Object
  extended by anyframe.core.remoting.webservices.client.ClientInfo
      extended by 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

Constructor Summary
ServerInfo()
           
ServerInfo(Class interfaceClass, Object impleClass, String address)
           
ServerInfo(Class interfaceClass, Object impleClass, String address, boolean useAegisBinding)
           
ServerInfo(Class interfaceClass, Object impleClass, String address, boolean useAegisBinding, boolean useMTOMBinding)
           
 
Method Summary
 String getBindingId()
           
 Object getImpleClass()
           
 int getPort()
           
 String getWarpath()
           
 boolean isWrapped()
           
 void setBindingId(String bindingId)
           
 void setImpleClass(Object impleClass)
           
 void setPort(int port)
           
 void setWarpath(String warpath)
           
 void setWrapped(boolean isWrapped)
           
 
Methods inherited from class anyframe.core.remoting.webservices.client.ClientInfo
getAddress, getInterfaceClass, isUseAegisBinding, isUseMTOMBinding, setAddress, setInterfaceClass, setUseAegisBinding, setUseMTOMBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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)

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.