Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.model.wsdl.editable | |
com.sun.xml.ws.model.wsdl |
Modifier and Type | Method and Description |
---|---|
WSDLPart |
WSDLBoundOperation.getPart(String partName,
WebParam.Mode mode)
Gets
WSDLPart for the given wsdl:input or wsdl:output part |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends WSDLPart> |
WSDLBoundOperation.getInParts()
|
Map<String,? extends WSDLPart> |
WSDLBoundOperation.getOutParts()
|
Iterable<? extends WSDLPart> |
WSDLMessage.parts()
Gets all the parts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EditableWSDLPart |
Modifier and Type | Class and Description |
---|---|
class |
WSDLPartImpl
Implementation of
WSDLPart |
Copyright © 2015 Oracle Corporation. All rights reserved.