Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLOperation
Packages that use WSDLOperation
Package
Description
-
Uses of WSDLOperation in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLOperationModifier and TypeMethodDescriptionGets theWSDLOperationfor a given operation nameWSDLBoundOperation.getOperation()Gets the wsdl:portType/wsdl:operation model -WSDLOperation, associated with this binding operation.WSDLFault.getOperation()Gives the owningWSDLOperationWSDLInput.getOperation()Gives the owningWSDLOperationWSDLOutput.getOperation()Gives the owningWSDLOperationMethods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLOperationModifier and TypeMethodDescriptionIterable<? extends WSDLOperation>WSDLPortType.getOperations()GetsIterable7lt;WSDLOperation> -
Uses of WSDLOperation in com.sun.xml.ws.api.model.wsdl.editable
Subinterfaces of WSDLOperation in com.sun.xml.ws.api.model.wsdl.editable -
Uses of WSDLOperation in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLOperation -
Uses of WSDLOperation in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl with parameters of type WSDLOperationModifier and TypeMethodDescriptionprotected StringSecurityClientTube.getAction(WSDLOperation operation, boolean inComming) protected StringSecurityServerTube.getAction(WSDLOperation operation, boolean inComming) protected abstract StringSecurityTubeBase.getAction(WSDLOperation operation, boolean isIncomming) -
Uses of WSDLOperation in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit with parameters of type WSDLOperationModifier and TypeMethodDescriptionprotected abstract StringWSITAuthContextBase.getAction(WSDLOperation operation, boolean isIncomming) protected StringWSITClientAuthContext.getAction(WSDLOperation operation, boolean inComming) protected StringWSITServerAuthContext.getAction(WSDLOperation operation, boolean inComming)