Package com.sun.xml.rpc.processor.config
Class RmiInterfaceInfo
- java.lang.Object
-
- com.sun.xml.rpc.processor.config.RmiInterfaceInfo
-
public class RmiInterfaceInfo extends Object
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description RmiInterfaceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HandlerChainInfogetClientHandlerChainInfo()StringgetName()RmiModelInfogetParent()StringgetServantName()HandlerChainInfogetServerHandlerChainInfo()StringgetSOAPAction()StringgetSOAPActionBase()SOAPVersiongetSOAPVersion()voidsetClientHandlerChainInfo(HandlerChainInfo i)voidsetName(String s)voidsetParent(RmiModelInfo rsi)voidsetServantName(String s)voidsetServerHandlerChainInfo(HandlerChainInfo i)voidsetSOAPAction(String s)voidsetSOAPActionBase(String s)voidsetSOAPVersion(SOAPVersion version)
-
-
-
Method Detail
-
getParent
public RmiModelInfo getParent()
-
setParent
public void setParent(RmiModelInfo rsi)
-
getName
public String getName()
-
setName
public void setName(String s)
-
getServantName
public String getServantName()
-
setServantName
public void setServantName(String s)
-
getSOAPAction
public String getSOAPAction()
-
setSOAPAction
public void setSOAPAction(String s)
-
getSOAPActionBase
public String getSOAPActionBase()
-
setSOAPActionBase
public void setSOAPActionBase(String s)
-
getSOAPVersion
public SOAPVersion getSOAPVersion()
-
setSOAPVersion
public void setSOAPVersion(SOAPVersion version)
-
getClientHandlerChainInfo
public HandlerChainInfo getClientHandlerChainInfo()
-
setClientHandlerChainInfo
public void setClientHandlerChainInfo(HandlerChainInfo i)
-
getServerHandlerChainInfo
public HandlerChainInfo getServerHandlerChainInfo()
-
setServerHandlerChainInfo
public void setServerHandlerChainInfo(HandlerChainInfo i)
-
-