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.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
 WSDLPart WSDLBoundOperation.getPart(String partName, 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,? extends WSDLPart> WSDLBoundOperation.getInParts()
          Gets all inbound WSDLPart by its name.
 Map<String,? extends 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.api.model.wsdl.editable
 

Subinterfaces of WSDLPart in com.sun.xml.ws.api.model.wsdl.editable
 interface EditableWSDLPart
           
 

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
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.