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
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ModelVisitor visitor) voidaddOperation(Operation operation) getName()voidsetAddress(String s) voidvoidvoidvoidvoidvoidsetSOAPVersion(SOAPVersion soapVersion) Methods inherited from class com.sun.xml.rpc.processor.model.ModelObject
getProperties, getPropertiesMap, getProperty, removeProperty, setPropertiesMap, setPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.rpc.spi.model.ModelObject
getProperty
-
Constructor Details
-
Port
public Port() -
Port
-
-
Method Details
-
getName
-
setName
-
addOperation
-
getOperations
-
getOperationByUniqueName
-
getOperationsList
-
setOperationsList
-
getJavaInterface
-
setJavaInterface
-
getAddress
-
setAddress
-
getClientHandlerChainInfo
-
setClientHandlerChainInfo
-
getServerHCI
- Specified by:
getServerHCIin interfacePort
-
getServerHandlerChainInfo
-
setServerHandlerChainInfo
-
getSOAPVersion
-
setSOAPVersion
-
accept
- Specified by:
acceptin classModelObject- Throws:
Exception
-