Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl.editable | |
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 |
---|---|
EditableWSDLBoundOperation |
EditableWSDLBoundPortType.get(QName operationName) |
EditableWSDLBoundOperation |
EditableWSDLBoundFault.getBoundOperation() |
EditableWSDLBoundOperation |
EditableWSDLBoundPortType.getOperation(String namespaceUri,
String localName) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends EditableWSDLBoundOperation> |
EditableWSDLBoundPortType.getBindingOperations() |
Modifier and Type | Method and Description |
---|---|
void |
EditableWSDLBoundFault.freeze(EditableWSDLBoundOperation operation)
Freezes WSDL model to prevent further modification
|
void |
EditableWSDLBoundPortType.put(QName opName,
EditableWSDLBoundOperation ptOp)
Populates the Map that holds operation name as key and
WSDLBoundOperation as the value. |
Modifier and Type | Method and Description |
---|---|
void |
WSDLParserExtension.bindingOperationAttributes(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
boolean |
WSDLParserExtension.bindingOperationElements(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
void |
WSDLParserExtension.bindingOperationInputAttributes(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
boolean |
WSDLParserExtension.bindingOperationInputElements(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
void |
WSDLParserExtension.bindingOperationOutputAttributes(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
boolean |
WSDLParserExtension.bindingOperationOutputElements(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
WSDLBoundOperationImpl
Implementation of
WSDLBoundOperation |
Modifier and Type | Method and Description |
---|---|
EditableWSDLBoundOperation |
WSDLBoundPortTypeImpl.get(QName operationName) |
EditableWSDLBoundOperation |
WSDLBoundFaultImpl.getBoundOperation() |
EditableWSDLBoundOperation |
WSDLBoundPortTypeImpl.getOperation(String namespaceUri,
String localName) |
Modifier and Type | Method and Description |
---|---|
Iterable<EditableWSDLBoundOperation> |
WSDLBoundPortTypeImpl.getBindingOperations() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLBoundFaultImpl.freeze(EditableWSDLBoundOperation root) |
void |
WSDLBoundPortTypeImpl.put(QName opName,
EditableWSDLBoundOperation ptOp)
Populates the Map that holds operation name as key and
WSDLBoundOperation as the value. |
Constructor and Description |
---|
WSDLBoundFaultImpl(XMLStreamReader xsr,
String name,
EditableWSDLBoundOperation owner) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyWSDLParserExtension.bindingOperationAttributes(EditableWSDLBoundOperation boundOperation,
XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.bindingOperationElements(EditableWSDLBoundOperation boundOperation,
XMLStreamReader reader) |
void |
PolicyWSDLParserExtension.bindingOperationInputAttributes(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.bindingOperationInputElements(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
void |
PolicyWSDLParserExtension.bindingOperationOutputAttributes(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.bindingOperationOutputElements(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
boolean |
W3CAddressingMetadataWSDLParserExtension.bindingOperationElements(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
boolean |
W3CAddressingWSDLParserExtension.bindingOperationElements(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
boolean |
MemberSubmissionAddressingWSDLParserExtension.bindingOperationElements(EditableWSDLBoundOperation operation,
XMLStreamReader reader) |
Copyright © 2015 Oracle Corporation. All rights reserved.