Uses of Class
com.sun.xml.ws.model.JavaMethodImpl
-
Packages that use JavaMethodImpl Package Description com.sun.xml.ws.model com.sun.xml.ws.wsdl.writer -
-
Uses of JavaMethodImpl in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return JavaMethodImpl Modifier and Type Method Description JavaMethodImplAbstractSEIModelImpl. getJavaMethod(Method method)JavaMethodImplAbstractSEIModelImpl. getJavaMethod(QName name)Methods in com.sun.xml.ws.model that return types with arguments of type JavaMethodImpl Modifier and Type Method Description Collection<JavaMethodImpl>AbstractSEIModelImpl. getJavaMethods()Methods in com.sun.xml.ws.model with parameters of type JavaMethodImpl Modifier and Type Method Description QNameAbstractSEIModelImpl. 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 JavaMethodImpl Constructor Description CheckedExceptionImpl(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.wsdl.writer
Methods in com.sun.xml.ws.wsdl.writer with parameters of type JavaMethodImpl Modifier and Type Method Description protected voidWSDLGenerator. generateBindingOperation(JavaMethodImpl method, com.sun.xml.ws.wsdl.writer.document.Binding binding)protected voidWSDLGenerator. generateDocumentParameterOrder(com.sun.xml.ws.wsdl.writer.document.Operation operation, JavaMethodImpl method)Generates the parameterOrder for a PortType operationprotected voidWSDLGenerator. generateInputMessage(com.sun.xml.ws.wsdl.writer.document.Operation operation, JavaMethodImpl method)protected voidWSDLGenerator. generateOutputMessage(com.sun.xml.ws.wsdl.writer.document.Operation operation, JavaMethodImpl method)protected voidWSDLGenerator. generateParameterOrder(com.sun.xml.ws.wsdl.writer.document.Operation operation, JavaMethodImpl method)Generates the parameterOrder for a PortType operationprotected voidWSDLGenerator. generateRpcParameterOrder(com.sun.xml.ws.wsdl.writer.document.Operation operation, JavaMethodImpl method)Generates the parameterOrder for a PortType operationprotected voidWSDLGenerator. generateSOAP12BindingOperation(JavaMethodImpl method, com.sun.xml.ws.wsdl.writer.document.Binding binding)protected voidWSDLGenerator. generateSOAPMessages(JavaMethodImpl method, com.sun.xml.ws.api.model.soap.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
-