Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.model.wsdl |
Modifier and Type | Method and Description |
---|---|
WSDLPart |
WSDLBoundOperation.getPart(String partName,
javax.jws.WebParam.Mode mode)
Gets
WSDLPart for the given wsdl:input or wsdl:output part |
Modifier and Type | Method and Description |
---|---|
Map<String,WSDLPart> |
WSDLBoundOperation.getInParts()
|
Map<String,WSDLPart> |
WSDLBoundOperation.getOutParts()
|
Iterable<? extends WSDLPart> |
WSDLMessage.parts()
Gets all the parts.
|
Modifier and Type | Class and Description |
---|---|
class |
WSDLPartImpl
Implementation of
WSDLPart |
Modifier and Type | Method and Description |
---|---|
Map<String,WSDLPart> |
WSDLBoundOperationImpl.getInParts() |
Map<String,WSDLPart> |
WSDLBoundOperationImpl.getOutParts() |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.