Package com.sun.xml.rpc.processor.model
Class Port
- java.lang.Object
-
- com.sun.xml.rpc.processor.model.ModelObject
-
- com.sun.xml.rpc.processor.model.Port
-
- All Implemented Interfaces:
ModelObject,Port
public class Port extends ModelObject implements Port
- Author:
- JAX-RPC Development Team
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ModelVisitor visitor)voidaddOperation(Operation operation)StringgetAddress()HandlerChainInfogetClientHandlerChainInfo()JavaInterfacegetJavaInterface()QNamegetName()OperationgetOperationByUniqueName(String name)IteratorgetOperations()ListgetOperationsList()HandlerChainInfogetServerHandlerChainInfo()HandlerChainInfogetServerHCI()SOAPVersiongetSOAPVersion()voidsetAddress(String s)voidsetClientHandlerChainInfo(HandlerChainInfo i)voidsetJavaInterface(JavaInterface i)voidsetName(QName n)voidsetOperationsList(List l)voidsetServerHandlerChainInfo(HandlerChainInfo i)voidsetSOAPVersion(SOAPVersion soapVersion)-
Methods inherited from class com.sun.xml.rpc.processor.model.ModelObject
getProperties, getPropertiesMap, getProperty, removeProperty, setPropertiesMap, setProperty
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.xml.rpc.spi.model.ModelObject
getProperty
-
-
-
-
Constructor Detail
-
Port
public Port()
-
Port
public Port(QName name)
-
-
Method Detail
-
setName
public void setName(QName n)
-
addOperation
public void addOperation(Operation operation)
-
getOperations
public Iterator getOperations()
-
getOperationsList
public List getOperationsList()
-
setOperationsList
public void setOperationsList(List l)
-
getJavaInterface
public JavaInterface getJavaInterface()
-
setJavaInterface
public void setJavaInterface(JavaInterface i)
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String s)
-
getClientHandlerChainInfo
public HandlerChainInfo getClientHandlerChainInfo()
-
setClientHandlerChainInfo
public void setClientHandlerChainInfo(HandlerChainInfo i)
-
getServerHCI
public HandlerChainInfo getServerHCI()
- Specified by:
getServerHCIin interfacePort
-
getServerHandlerChainInfo
public HandlerChainInfo getServerHandlerChainInfo()
-
setServerHandlerChainInfo
public void setServerHandlerChainInfo(HandlerChainInfo i)
-
getSOAPVersion
public SOAPVersion getSOAPVersion()
-
setSOAPVersion
public void setSOAPVersion(SOAPVersion soapVersion)
-
accept
public void accept(ModelVisitor visitor) throws Exception
- Specified by:
acceptin classModelObject- Throws:
Exception
-
-