|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSDLPortType | |
|---|---|
| com.sun.xml.ws.api.model.wsdl | |
| com.sun.xml.ws.api.wsdl.parser | Extension point for WSDL parsing. |
| com.sun.xml.ws.model.wsdl | |
| com.sun.xml.ws.policy.jaxws | |
| Uses of WSDLPortType in com.sun.xml.ws.api.model.wsdl |
|---|
| Methods in com.sun.xml.ws.api.model.wsdl that return WSDLPortType | |
|---|---|
WSDLPortType |
WSDLBoundPortType.getPortType()
Gets the WSDLPortType associated with the wsdl:binding |
WSDLPortType |
WSDLModel.getPortType(javax.xml.namespace.QName name)
Gets WSDLPortType that models wsdl:portType |
| Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLPortType | |
|---|---|
java.util.Map<javax.xml.namespace.QName,? extends WSDLPortType> |
WSDLModel.getPortTypes()
Gives a Map of wsdl:portType QName and WSDLPortType |
| Uses of WSDLPortType in com.sun.xml.ws.api.wsdl.parser |
|---|
| Methods in com.sun.xml.ws.api.wsdl.parser with parameters of type WSDLPortType | |
|---|---|
void |
WSDLParserExtension.portTypeAttributes(WSDLPortType portType,
javax.xml.stream.XMLStreamReader reader)
|
boolean |
WSDLParserExtension.portTypeElements(WSDLPortType portType,
javax.xml.stream.XMLStreamReader reader)
|
| Uses of WSDLPortType in com.sun.xml.ws.model.wsdl |
|---|
| Classes in com.sun.xml.ws.model.wsdl that implement WSDLPortType | |
|---|---|
class |
WSDLPortTypeImpl
Provides implementation of WSDLPortType |
| Uses of WSDLPortType in com.sun.xml.ws.policy.jaxws |
|---|
| Methods in com.sun.xml.ws.policy.jaxws with parameters of type WSDLPortType | |
|---|---|
void |
PolicyWSDLParserExtension.portTypeAttributes(WSDLPortType portType,
javax.xml.stream.XMLStreamReader reader)
|
boolean |
PolicyWSDLParserExtension.portTypeElements(WSDLPortType portType,
javax.xml.stream.XMLStreamReader reader)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||