Uses of Interface
javax.wsdl.PortType
-
Packages that use PortType Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of PortType in com.ibm.wsdl
Classes in com.ibm.wsdl that implement PortType Modifier and Type Class Description classPortTypeImplThis class represents a port type.Fields in com.ibm.wsdl declared as PortType Modifier and Type Field Description protected PortTypeBindingImpl. portTypeMethods in com.ibm.wsdl that return PortType Modifier and Type Method Description PortTypeDefinitionImpl. createPortType()Create a new port type.PortTypeBindingImpl. getPortType()Get the port type this is a binding for.PortTypeDefinitionImpl. getPortType(QName name)Get the specified portType.PortTypeDefinitionImpl. removePortType(QName name)Remove the specified portType from this definition.Methods in com.ibm.wsdl with parameters of type PortType Modifier and Type Method Description voidDefinitionImpl. addPortType(PortType portType)Add a portType to this WSDL description.voidBindingImpl. setPortType(PortType portType)Set the port type this is a binding for. -
Uses of PortType in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return PortType Modifier and Type Method Description protected PortTypeWSDLReaderImpl. parsePortType(org.w3c.dom.Element portTypeEl, Definition def)Methods in com.ibm.wsdl.xml with parameters of type PortType Modifier and Type Method Description protected BindingOperationWSDLReaderImpl. parseBindingOperation(org.w3c.dom.Element bindingOperationEl, PortType portType, Definition def)protected OperationWSDLReaderImpl. parseOperation(org.w3c.dom.Element opEl, PortType portType, Definition def) -
Uses of PortType in javax.wsdl
Methods in javax.wsdl that return PortType Modifier and Type Method Description PortTypeDefinition. createPortType()Create a new port type.PortTypeBinding. getPortType()Get the port type this is a binding for.PortTypeDefinition. getPortType(QName name)Get the specified portType.PortTypeDefinition. removePortType(QName name)Remove the specified portType from this definition.Methods in javax.wsdl with parameters of type PortType Modifier and Type Method Description voidDefinition. addPortType(PortType portType)Add a portType to this WSDL description.voidBinding. setPortType(PortType portType)Set the port type this is a binding for.
-