Package | Description |
---|---|
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 | |
com.sun.xml.ws.wsdl.parser |
Modifier and Type | Method and Description |
---|---|
WSDLOperation |
WSDLPortType.get(String operationName)
Gets the
WSDLOperation for a given operation name |
WSDLOperation |
WSDLOutput.getOperation()
Gives the owning
WSDLOperation |
WSDLOperation |
WSDLInput.getOperation()
Gives the owning
WSDLOperation |
WSDLOperation |
WSDLFault.getOperation()
Gives the owning
WSDLOperation |
WSDLOperation |
WSDLBoundOperation.getOperation()
Gets the wsdl:portType/wsdl:operation model -
WSDLOperation ,
associated with this binding operation. |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends WSDLOperation> |
WSDLPortType.getOperations()
Gets
Iterable <WSDLOperation > |
Modifier and Type | Method and Description |
---|---|
void |
WSDLParserExtension.portTypeOperationAttributes(WSDLOperation operation,
javax.xml.stream.XMLStreamReader reader) |
boolean |
WSDLParserExtension.portTypeOperationElements(WSDLOperation operation,
javax.xml.stream.XMLStreamReader reader) |
boolean |
WSDLParserExtension.portTypeOperationFault(WSDLOperation op,
javax.xml.stream.XMLStreamReader reader) |
boolean |
WSDLParserExtension.portTypeOperationInput(WSDLOperation op,
javax.xml.stream.XMLStreamReader reader) |
boolean |
WSDLParserExtension.portTypeOperationOutput(WSDLOperation op,
javax.xml.stream.XMLStreamReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
WSDLOperationImpl
Implementaiton of
WSDLOperation |
Modifier and Type | Method and Description |
---|---|
WSDLOperation |
WSDLOutputImpl.getOperation() |
WSDLOperation |
WSDLInputImpl.getOperation() |
WSDLOperation |
WSDLFaultImpl.getOperation() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyWSDLParserExtension.portTypeOperationAttributes(WSDLOperation operation,
javax.xml.stream.XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.portTypeOperationElements(WSDLOperation operation,
javax.xml.stream.XMLStreamReader reader) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.