Uses of Class
com.sun.xml.ws.model.JavaMethodImpl
Packages that use JavaMethodImpl
-
Uses of JavaMethodImpl in com.sun.xml.ws.client.sei
Fields in com.sun.xml.ws.client.sei declared as JavaMethodImplConstructors in com.sun.xml.ws.client.sei with parameters of type JavaMethodImplModifierConstructorDescriptionStubAsyncHandler(JavaMethodImpl jm, JavaMethodImpl sync, MessageContextFactory mcf) StubHandler(JavaMethodImpl method, MessageContextFactory mcf) -
Uses of JavaMethodImpl in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return JavaMethodImplModifier and TypeMethodDescriptionAbstractSEIModelImpl.getJavaMethod(Method method) AbstractSEIModelImpl.getJavaMethod(QName name) Methods in com.sun.xml.ws.model that return types with arguments of type JavaMethodImplModifier and TypeMethodDescriptionfinal Collection<JavaMethodImpl>AbstractSEIModelImpl.getJavaMethods()Methods in com.sun.xml.ws.model with parameters of type JavaMethodImplModifier and TypeMethodDescriptionAbstractSEIModelImpl.getQNameForJM(JavaMethodImpl jm) Deprecated.protected voidRuntimeModeler.processDocBareMethod(JavaMethodImpl javaMethod, String operationName, Method method) models a document/literal bare methodprotected voidRuntimeModeler.processDocWrappedMethod(JavaMethodImpl javaMethod, String methodName, String operationName, Method method) models a document/literal wrapped methodprotected voidRuntimeModeler.processExceptions(JavaMethodImpl javaMethod, Method method) models the exceptions thrown bymethodand adds them to thejavaMethodruntime model objectprotected voidRuntimeModeler.processRpcMethod(JavaMethodImpl javaMethod, String methodName, String operationName, Method method) models a rpc/literal methodConstructors in com.sun.xml.ws.model with parameters of type JavaMethodImplModifierConstructorDescriptionCheckedExceptionImpl(JavaMethodImpl jm, Class exceptionClass, TypeInfo detail, ExceptionType exceptionType) ParameterImpl(JavaMethodImpl parent, TypeInfo type, WebParam.Mode mode, int index) WrapperParameter(JavaMethodImpl parent, TypeInfo typeRef, WebParam.Mode mode, int index) -
Uses of JavaMethodImpl in com.sun.xml.ws.server.sei
Constructors in com.sun.xml.ws.server.sei with parameters of type JavaMethodImplModifierConstructorDescriptionTieHandler(JavaMethodImpl method, WSBinding binding, MessageContextFactory mcf) -
Uses of JavaMethodImpl in com.sun.xml.ws.wsdl
Methods in com.sun.xml.ws.wsdl with parameters of type JavaMethodImplModifier and TypeMethodDescriptionprotected WSDLOperationMappingWSDLOperationFinder.wsdlOperationMapping(JavaMethodImpl j) -
Uses of JavaMethodImpl in com.sun.xml.ws.wsdl.writer
Methods in com.sun.xml.ws.wsdl.writer with parameters of type JavaMethodImplModifier and TypeMethodDescriptionprotected voidWSDLGenerator.generateBindingOperation(JavaMethodImpl method, Binding binding) protected voidWSDLGenerator.generateDocumentParameterOrder(Operation operation, JavaMethodImpl method) Generates the parameterOrder for a PortType operationprotected voidWSDLGenerator.generateInputMessage(Operation operation, JavaMethodImpl method) protected voidWSDLGenerator.generateOutputMessage(Operation operation, JavaMethodImpl method) protected voidWSDLGenerator.generateParameterOrder(Operation operation, JavaMethodImpl method) Generates the parameterOrder for a PortType operationprotected voidWSDLGenerator.generateRpcParameterOrder(Operation operation, JavaMethodImpl method) Generates the parameterOrder for a PortType operationprotected voidWSDLGenerator.generateSOAP12BindingOperation(JavaMethodImpl method, Binding binding) protected voidWSDLGenerator.generateSOAPMessages(JavaMethodImpl method, SOAPBinding binding) Generates messages for a SOAPBindingprotected booleanWSDLGenerator.isRpcLit(JavaMethodImpl method) Determines if aJavaMethodis rpc/literalprotected booleanWSDLGenerator.isWrapperStyle(JavaMethodImpl method) Determines if themethodis wrapper styleprotected List<ParameterImpl>WSDLGenerator.sortMethodParameters(JavaMethodImpl method) Sorts the parameters for the method by their position
JavaMethod.getOperationName().