Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLOperation
-
Packages that use WSDLOperation Package Description com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.model.wsdl com.sun.xml.wss.jaxws.impl com.sun.xml.wss.provider.wsit -
-
Uses of WSDLOperation in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLOperation Modifier and Type Method Description WSDLOperationWSDLPortType. get(String operationName)Gets theWSDLOperationfor a given operation nameWSDLOperationWSDLBoundOperation. getOperation()Gets the wsdl:portType/wsdl:operation model -WSDLOperation, associated with this binding operation.WSDLOperationWSDLFault. getOperation()Gives the owningWSDLOperationWSDLOperationWSDLInput. getOperation()Gives the owningWSDLOperationWSDLOperationWSDLOutput. getOperation()Gives the owningWSDLOperationMethods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLOperation Modifier and Type Method Description Iterable<? 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 Modifier and Type Interface Description interfaceEditableWSDLOperation -
Uses of WSDLOperation in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLOperation Modifier and Type Class Description classWSDLOperationImplImplementaiton ofWSDLOperation -
Uses of WSDLOperation in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl with parameters of type WSDLOperation Modifier and Type Method Description protected 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 WSDLOperation Modifier and Type Method Description protected abstract StringWSITAuthContextBase. getAction(WSDLOperation operation, boolean isIncomming)protected StringWSITClientAuthContext. getAction(WSDLOperation operation, boolean inComming)protected StringWSITServerAuthContext. getAction(WSDLOperation operation, boolean inComming)
-