Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Packages that use WSDLBoundOperation Package Description com.sun.xml.ws.addressing com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.model com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.model -
-
Uses of WSDLBoundOperation in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing with parameters of type WSDLBoundOperation Modifier and Type Method Description protected voidW3CWsaServerTube. checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)protected voidWsaServerTube. checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)protected booleanW3CWsaServerTube. isAnonymousRequired(WSDLBoundOperation wbo)protected booleanWsaServerTube. isAnonymousRequired(WSDLBoundOperation wbo) -
Uses of WSDLBoundOperation in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message that return WSDLBoundOperation Modifier and Type Method Description WSDLBoundOperationMessage. getOperation(WSDLBoundPortType boundPortType)Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message.WSDLBoundOperationMessage. getOperation(WSDLPort port)Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. -
Uses of WSDLBoundOperation in com.sun.xml.ws.api.model
Methods in com.sun.xml.ws.api.model that return WSDLBoundOperation Modifier and Type Method Description WSDLBoundOperationWSDLOperationMapping. getWSDLBoundOperation() -
Uses of WSDLBoundOperation in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLBoundOperation Modifier and Type Method Description WSDLBoundOperationWSDLBoundPortType. get(QName operationName)Gets theWSDLBoundOperationfor a given operation nameWSDLBoundOperationWSDLBoundFault. getBoundOperation()Gives the ownerWSDLBoundOperationWSDLBoundOperationWSDLBoundPortType. getOperation(String namespaceUri, String localName)Gets the bound operation in this port for a tag name.Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLBoundOperation Modifier and Type Method Description Iterable<? extends WSDLBoundOperation>WSDLBoundPortType. getBindingOperations()Gets theWSDLBoundOperations -
Uses of WSDLBoundOperation in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return WSDLBoundOperation Modifier and Type Method Description WSDLBoundOperationJavaMethodImpl. getOperation()Deprecated.
-