Uses of Interface
javax.wsdl.Port
-
Packages that use Port Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of Port in com.ibm.wsdl
Classes in com.ibm.wsdl that implement Port Modifier and Type Class Description classPortImplThis class represents a port, an endpoint for the functionality described by a particular port type.Methods in com.ibm.wsdl that return Port Modifier and Type Method Description PortDefinitionImpl. createPort()Create a new port.PortServiceImpl. getPort(java.lang.String name)Get the specified port.PortServiceImpl. removePort(java.lang.String name)Remove the specified port.Methods in com.ibm.wsdl with parameters of type Port Modifier and Type Method Description voidServiceImpl. addPort(Port port)Add a port to this service. -
Uses of Port in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return Port Modifier and Type Method Description protected PortWSDLReaderImpl. parsePort(org.w3c.dom.Element portEl, Definition def) -
Uses of Port in javax.wsdl
Methods in javax.wsdl that return Port Modifier and Type Method Description PortDefinition. createPort()Create a new port.PortService. getPort(java.lang.String name)Get the specified port.PortService. removePort(java.lang.String name)Remove the specified port.Methods in javax.wsdl with parameters of type Port Modifier and Type Method Description voidService. addPort(Port port)Add a port to this service.
-