Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLPart
-
Packages that use WSDLPart Package Description com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.model.wsdl -
-
Uses of WSDLPart in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLPart Modifier and Type Method Description WSDLPartWSDLBoundOperation. getPart(String partName, jakarta.jws.WebParam.Mode mode)GetsWSDLPartfor the given wsdl:input or wsdl:output partMethods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLPart Modifier and Type Method Description Map<String,? extends WSDLPart>WSDLBoundOperation. getInParts()Map<String,? extends WSDLPart>WSDLBoundOperation. getOutParts()Iterable<? extends WSDLPart>WSDLMessage. parts()Gets all the parts. -
Uses of WSDLPart in com.sun.xml.ws.api.model.wsdl.editable
Subinterfaces of WSDLPart in com.sun.xml.ws.api.model.wsdl.editable Modifier and Type Interface Description interfaceEditableWSDLPart -
Uses of WSDLPart in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLPart Modifier and Type Class Description classWSDLPartImplImplementation ofWSDLPart
-