Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLPart

Packages that use WSDLPart
com.sun.xml.ws.api.model.wsdl   
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
 WSDLPart WSDLBoundOperation.getPart(String partName, javax.jws.WebParam.Mode mode)
          Gets WSDLPart for the given wsdl:input or wsdl:output part
 

Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLPart
 Map<String,WSDLPart> WSDLBoundOperation.getInParts()
          Gets all inbound WSDLPart by its name.
 Map<String,WSDLPart> WSDLBoundOperation.getOutParts()
          Gets all outbound WSDLPart by its name.
 Iterable<? extends WSDLPart> WSDLMessage.parts()
          Gets all the parts.
 

Uses of WSDLPart in com.sun.xml.ws.model.wsdl
 

Classes in com.sun.xml.ws.model.wsdl that implement WSDLPart
 class WSDLPartImpl
          Implementation of WSDLPart
 

Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type WSDLPart
 Map<String,WSDLPart> WSDLBoundOperationImpl.getInParts()
           
 Map<String,WSDLPart> WSDLBoundOperationImpl.getOutParts()