Package | Description |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.wsdl.parser |
Extension point for WSDL parsing.
|
com.sun.xml.ws.model | |
com.sun.xml.ws.model.wsdl | |
com.sun.xml.ws.policy.jaxws | |
com.sun.xml.ws.wsdl.parser |
Modifier and Type | Method and Description |
---|---|
protected WSDLBoundOperation |
WsaTube.getWSDLBoundOperation(Packet packet) |
Modifier and Type | Method and Description |
---|---|
protected void |
WsaServerTube.checkAnonymousSemantics(WSDLBoundOperation wbo,
WSEndpointReference replyTo,
WSEndpointReference faultTo) |
protected void |
W3CWsaServerTube.checkAnonymousSemantics(WSDLBoundOperation wbo,
WSEndpointReference replyTo,
WSEndpointReference faultTo) |
(package private) String |
WsaTubeHelper.getFaultAction(WSDLBoundOperation wbo,
Packet responsePacket) |
(package private) String |
WsaTubeHelper.getOutputAction(WSDLBoundOperation wbo) |
protected boolean |
WsaServerTube.isAnonymousRequired(WSDLBoundOperation wbo) |
protected boolean |
W3CWsaServerTube.isAnonymousRequired(WSDLBoundOperation wbo) |
Modifier and Type | Method and Description |
---|---|
WSDLBoundOperation |
Message.getOperation(WSDLBoundPortType boundPortType)
Deprecated.
It is not always possible to uniquely identify the WSDL Operation from just the
information in the Message. Instead, Use
Packet.getWSDLOperation()
to get it correctly.
This method works only for a request. A pipe can determine an operation for a request, and then keep it in a local variable to use it with a response, so there should be no need to find out operation from a response (besides, there might not be any response!). |
WSDLBoundOperation |
Message.getOperation(WSDLPort port)
Deprecated.
It is not always possible to uniquely identify the WSDL Operation from just the
information in the Message. Instead, Use
Packet.getWSDLOperation()
to get it correctly. |
Modifier and Type | Method and Description |
---|---|
WSDLBoundOperation |
WSDLBoundPortType.get(QName operationName)
Gets the
WSDLBoundOperation for a given operation name |
WSDLBoundOperation |
WSDLBoundFault.getBoundOperation()
Gives the owner
WSDLBoundOperation |
WSDLBoundOperation |
WSDLBoundPortType.getOperation(String namespaceUri,
String localName)
Gets the bound operation in this port for a tag name.
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends WSDLBoundOperation> |
WSDLBoundPortType.getBindingOperations()
Gets the
WSDLBoundOperation s |
Modifier and Type | Method and Description |
---|---|
void |
WSDLParserExtension.bindingOperationAttributes(WSDLBoundOperation operation,
javax.xml.stream.XMLStreamReader reader) |
boolean |
WSDLParserExtension.bindingOperationElements(WSDLBoundOperation operation,
javax.xml.stream.XMLStreamReader reader) |
void |
WSDLParserExtension.bindingOperationInputAttributes(WSDLBoundOperation operation,
javax.xml.stream.XMLStreamReader reader) |
boolean |
WSDLParserExtension.bindingOperationInputElements(WSDLBoundOperation operation,
javax.xml.stream.XMLStreamReader reader) |
void |
WSDLParserExtension.bindingOperationOutputAttributes(WSDLBoundOperation operation,
javax.xml.stream.XMLStreamReader reader) |
boolean |
WSDLParserExtension.bindingOperationOutputElements(WSDLBoundOperation operation,
javax.xml.stream.XMLStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
WSDLBoundOperation |
JavaMethodImpl.getOperation()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
WSDLBoundOperationImpl
Implementation of
WSDLBoundOperation |
Modifier and Type | Method and Description |
---|---|
WSDLBoundOperation |
WSDLBoundFaultImpl.getBoundOperation() |
Modifier and Type | Method and Description |
---|---|
WSDLBoundOperation |
WSDLBoundFaultContainer.getBoundOperation() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyWSDLParserExtension.bindingOperationAttributes(WSDLBoundOperation boundOperation,
javax.xml.stream.XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.bindingOperationElements(WSDLBoundOperation boundOperation,
javax.xml.stream.XMLStreamReader reader) |
void |
PolicyWSDLParserExtension.bindingOperationInputAttributes(WSDLBoundOperation operation,
javax.xml.stream.XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.bindingOperationInputElements(WSDLBoundOperation operation,
javax.xml.stream.XMLStreamReader reader) |
void |
PolicyWSDLParserExtension.bindingOperationOutputAttributes(WSDLBoundOperation operation,
javax.xml.stream.XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.bindingOperationOutputElements(WSDLBoundOperation operation,
javax.xml.stream.XMLStreamReader reader) |
Constructor and Description |
---|
WSDLBoundFaultContainer(WSDLBoundFault fault,
WSDLBoundOperation operation) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.